@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/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15511> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15511'^^xsd:integer;
  dwc:scientificName 'Rissoa membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '141359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15511'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '141359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15519> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15519'^^xsd:integer;
  dwc:scientificName 'Idotea baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '325483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15519'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '119039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15525> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15525'^^xsd:integer;
  dwc:scientificName 'Agonus cataphractus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '127190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15525'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '127190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15529> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15529'^^xsd:integer;
  dwc:scientificName 'Aurelia aurita (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '135306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15529'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '135306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15510> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15510'^^xsd:integer;
  dwc:scientificName 'Littorina littorea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15510'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15527> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15527'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '165853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15527'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15514> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15514'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus Bruguière, 1789'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15514'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15534> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15534'^^xsd:integer;
  dwc:scientificName 'Bolinopsis infundibulum (Müller, 1776)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '106393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15534'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '106393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15535> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15535'^^xsd:integer;
  dwc:scientificName 'Pleurobrachia pileus (Müller, 1776)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '106386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15535'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '106386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15517> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15517'^^xsd:integer;
  dwc:scientificName 'Caprella linearis (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '101839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15517'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '101839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15520> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15520'^^xsd:integer;
  dwc:scientificName 'Asterias rubens Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15520'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15532> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15532'^^xsd:integer;
  dwc:scientificName 'Metridium senile (Linnaeus, 1761)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15532'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15521> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15521'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia (Van Beneden, 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15521'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15513> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15513'^^xsd:integer;
  dwc:scientificName 'Facelina auriculata (O. F. Muller, 1806)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '153375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15513'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '153375'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15470> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15470'^^xsd:integer;
  dwc:scientificName 'Crangon crangon (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15470'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15523> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15523'^^xsd:integer;
  dwc:scientificName 'Zoarces viviparus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '127123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15523'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '127123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15533> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15533'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus (Müller, 1778)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15533'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15509> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15509'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15509'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15536> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15536'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15536'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15531> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15531'^^xsd:integer;
  dwc:scientificName 'Cyanea capillata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '135301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15531'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '135301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15515> ;
  mr:hasGeometry <https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.435643108927"^^xsd:decimal ;
  dwc:decimalLongitude "9.8617284574733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.435643108927 9.8617284574733)"^^geo:wktLiteral ;
  geo-pos:lat "54.435643108927"^^xsd:decimal ;
  geo-pos:long "9.8617284574733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4546__urn%3Acatalog%3AGEO%3ATauchen%20und%20Meer%2002%3A15515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GEO:Tauchen und Meer 02:15515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4546_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-30'^^xsd:date;
  dwc:institutionCode 'GEO'^^xsd:string;
  dwc:collectionCode 'Tauchen und Meer 02'^^xsd:string;
  dwc:catalogNumber '15515'^^xsd:integer;
  dwc:scientificName 'Balanus improvisus Darwin, 1854'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'DE'^^xsd:string;
  dwc:longitude '9.8617284574733'^^xsd:double;
  dwc:latitude '54.435643108927'^^xsd:double;
  dwc:aphiaid '106218'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GEO:Tauchen und Meer 02:15515'^^xsd:string;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '421139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF