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

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_1'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=1'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:julianDay '213'^^xsd:integer;
  dwc:startJulianDay '213'^^xsd:integer;
  dwc:endJulianDay '213'^^xsd:integer;
  dwc:timeOfDay '11.006666666667'^^xsd:double;
  dwc:startTimeOfDay '11.006666666667'^^xsd:double;
  dwc:endTimeOfDay '11.006666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-4.880817'^^xsd:double;
  dwc:startLongitude '-4.880817'^^xsd:double;
  dwc:endLongitude '-4.880817'^^xsd:double;
  dwc:latitude '50.142067'^^xsd:double;
  dwc:startLatitude '50.142067'^^xsd:double;
  dwc:endLatitude '50.142067'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_1'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.627598 -3.953167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.627598"^^xsd:decimal ;
  dwc:decimalLongitude "-3.953167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_461'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=461'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '12.914444444444'^^xsd:double;
  dwc:startTimeOfDay '12.914444444444'^^xsd:double;
  dwc:endTimeOfDay '12.914444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.953167'^^xsd:double;
  dwc:startLongitude '-3.953167'^^xsd:double;
  dwc:endLongitude '-3.953167'^^xsd:double;
  dwc:latitude '57.627598'^^xsd:double;
  dwc:startLatitude '57.627598'^^xsd:double;
  dwc:endLatitude '57.627598'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_461'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.627598 -3.953167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.627598"^^xsd:decimal ;
  dwc:decimalLongitude "-3.953167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_462'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=462'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '12.914722222222'^^xsd:double;
  dwc:startTimeOfDay '12.914722222222'^^xsd:double;
  dwc:endTimeOfDay '12.914722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.953167'^^xsd:double;
  dwc:startLongitude '-3.953167'^^xsd:double;
  dwc:endLongitude '-3.953167'^^xsd:double;
  dwc:latitude '57.627598'^^xsd:double;
  dwc:startLatitude '57.627598'^^xsd:double;
  dwc:endLatitude '57.627598'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_462'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.628368 -3.949183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.628368"^^xsd:decimal ;
  dwc:decimalLongitude "-3.949183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_460'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=460'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '12.888333333333'^^xsd:double;
  dwc:startTimeOfDay '12.888333333333'^^xsd:double;
  dwc:endTimeOfDay '12.888333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.949183'^^xsd:double;
  dwc:startLongitude '-3.949183'^^xsd:double;
  dwc:endLongitude '-3.949183'^^xsd:double;
  dwc:latitude '57.628368'^^xsd:double;
  dwc:startLatitude '57.628368'^^xsd:double;
  dwc:endLatitude '57.628368'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_460'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.629231 -3.94495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.629231"^^xsd:decimal ;
  dwc:decimalLongitude "-3.94495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_459'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=459'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '12.8575'^^xsd:double;
  dwc:startTimeOfDay '12.8575'^^xsd:double;
  dwc:endTimeOfDay '12.8575'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.94495'^^xsd:double;
  dwc:startLongitude '-3.94495'^^xsd:double;
  dwc:endLongitude '-3.94495'^^xsd:double;
  dwc:latitude '57.629231'^^xsd:double;
  dwc:startLatitude '57.629231'^^xsd:double;
  dwc:endLatitude '57.629231'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_459'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.629402 -3.9439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.629402"^^xsd:decimal ;
  dwc:decimalLongitude "-3.9439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_458'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=458'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '12.849722222222'^^xsd:double;
  dwc:startTimeOfDay '12.849722222222'^^xsd:double;
  dwc:endTimeOfDay '12.849722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.9439'^^xsd:double;
  dwc:startLongitude '-3.9439'^^xsd:double;
  dwc:endLongitude '-3.9439'^^xsd:double;
  dwc:latitude '57.629402'^^xsd:double;
  dwc:startLatitude '57.629402'^^xsd:double;
  dwc:endLatitude '57.629402'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_458'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.172184 -3.760067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.172184"^^xsd:decimal ;
  dwc:decimalLongitude "-3.760067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_2'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=2'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '9.6130555555555'^^xsd:double;
  dwc:startTimeOfDay '9.6130555555555'^^xsd:double;
  dwc:endTimeOfDay '9.6130555555555'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.760067'^^xsd:double;
  dwc:startLongitude '-3.760067'^^xsd:double;
  dwc:endLongitude '-3.760067'^^xsd:double;
  dwc:latitude '50.172184'^^xsd:double;
  dwc:startLatitude '50.172184'^^xsd:double;
  dwc:endLatitude '50.172184'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_2'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.174763 -3.723584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.174763"^^xsd:decimal ;
  dwc:decimalLongitude "-3.723584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_3'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=3'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '9.8291666666667'^^xsd:double;
  dwc:startTimeOfDay '9.8291666666667'^^xsd:double;
  dwc:endTimeOfDay '9.8291666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.723584'^^xsd:double;
  dwc:startLongitude '-3.723584'^^xsd:double;
  dwc:endLongitude '-3.723584'^^xsd:double;
  dwc:latitude '50.174763'^^xsd:double;
  dwc:startLatitude '50.174763'^^xsd:double;
  dwc:endLatitude '50.174763'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_3'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.173966 -3.66475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.173966"^^xsd:decimal ;
  dwc:decimalLongitude "-3.66475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_4'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=4'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '10.173333333333'^^xsd:double;
  dwc:startTimeOfDay '10.173333333333'^^xsd:double;
  dwc:endTimeOfDay '10.173333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.66475'^^xsd:double;
  dwc:startLongitude '-3.66475'^^xsd:double;
  dwc:endLongitude '-3.66475'^^xsd:double;
  dwc:latitude '50.173966'^^xsd:double;
  dwc:startLatitude '50.173966'^^xsd:double;
  dwc:endLatitude '50.173966'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_4'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.179897 -3.558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.179897"^^xsd:decimal ;
  dwc:decimalLongitude "-3.558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_5'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=5'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '10.796388888889'^^xsd:double;
  dwc:startTimeOfDay '10.796388888889'^^xsd:double;
  dwc:endTimeOfDay '10.796388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.558'^^xsd:double;
  dwc:startLongitude '-3.558'^^xsd:double;
  dwc:endLongitude '-3.558'^^xsd:double;
  dwc:latitude '50.179897'^^xsd:double;
  dwc:startLatitude '50.179897'^^xsd:double;
  dwc:endLatitude '50.179897'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_5'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.726849 -3.497634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.726849"^^xsd:decimal ;
  dwc:decimalLongitude "-3.497634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_457'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=457'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '10.786666666667'^^xsd:double;
  dwc:startTimeOfDay '10.786666666667'^^xsd:double;
  dwc:endTimeOfDay '10.786666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.497634'^^xsd:double;
  dwc:startLongitude '-3.497634'^^xsd:double;
  dwc:endLongitude '-3.497634'^^xsd:double;
  dwc:latitude '57.726849'^^xsd:double;
  dwc:startLatitude '57.726849'^^xsd:double;
  dwc:endLatitude '57.726849'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_457'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.727768 -3.491133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.727768"^^xsd:decimal ;
  dwc:decimalLongitude "-3.491133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_456'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=456'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '10.755277777778'^^xsd:double;
  dwc:startTimeOfDay '10.755277777778'^^xsd:double;
  dwc:endTimeOfDay '10.755277777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.491133'^^xsd:double;
  dwc:startLongitude '-3.491133'^^xsd:double;
  dwc:endLongitude '-3.491133'^^xsd:double;
  dwc:latitude '57.727768'^^xsd:double;
  dwc:startLatitude '57.727768'^^xsd:double;
  dwc:endLatitude '57.727768'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_456'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.204964 -3.467917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.204964"^^xsd:decimal ;
  dwc:decimalLongitude "-3.467917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_6'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=6'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '11.422222222222'^^xsd:double;
  dwc:startTimeOfDay '11.422222222222'^^xsd:double;
  dwc:endTimeOfDay '11.422222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.467917'^^xsd:double;
  dwc:startLongitude '-3.467917'^^xsd:double;
  dwc:endLongitude '-3.467917'^^xsd:double;
  dwc:latitude '50.204964'^^xsd:double;
  dwc:startLatitude '50.204964'^^xsd:double;
  dwc:endLatitude '50.204964'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_6'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2253 -3.37665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2253"^^xsd:decimal ;
  dwc:decimalLongitude "-3.37665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_7'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=7'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '12.028611111111'^^xsd:double;
  dwc:startTimeOfDay '12.028611111111'^^xsd:double;
  dwc:endTimeOfDay '12.028611111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.37665'^^xsd:double;
  dwc:startLongitude '-3.37665'^^xsd:double;
  dwc:endLongitude '-3.37665'^^xsd:double;
  dwc:latitude '50.2253'^^xsd:double;
  dwc:startLatitude '50.2253'^^xsd:double;
  dwc:endLatitude '50.2253'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_7'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.744915 -3.1867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.744915"^^xsd:decimal ;
  dwc:decimalLongitude "-3.1867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_455'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=455'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '9.3541666666667'^^xsd:double;
  dwc:startTimeOfDay '9.3541666666667'^^xsd:double;
  dwc:endTimeOfDay '9.3541666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.1867'^^xsd:double;
  dwc:startLongitude '-3.1867'^^xsd:double;
  dwc:endLongitude '-3.1867'^^xsd:double;
  dwc:latitude '57.744915'^^xsd:double;
  dwc:startLatitude '57.744915'^^xsd:double;
  dwc:endLatitude '57.744915'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_455'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.744434 -3.156667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.744434"^^xsd:decimal ;
  dwc:decimalLongitude "-3.156667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_454'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=454'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '9.2205555555556'^^xsd:double;
  dwc:startTimeOfDay '9.2205555555556'^^xsd:double;
  dwc:endTimeOfDay '9.2205555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.156667'^^xsd:double;
  dwc:startLongitude '-3.156667'^^xsd:double;
  dwc:endLongitude '-3.156667'^^xsd:double;
  dwc:latitude '57.744434'^^xsd:double;
  dwc:startLatitude '57.744434'^^xsd:double;
  dwc:endLatitude '57.744434'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_454'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.744133 -3.110267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.744133"^^xsd:decimal ;
  dwc:decimalLongitude "-3.110267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_453'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=453'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '9.0091666666667'^^xsd:double;
  dwc:startTimeOfDay '9.0091666666667'^^xsd:double;
  dwc:endTimeOfDay '9.0091666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-3.110267'^^xsd:double;
  dwc:startLongitude '-3.110267'^^xsd:double;
  dwc:endLongitude '-3.110267'^^xsd:double;
  dwc:latitude '57.744133'^^xsd:double;
  dwc:startLatitude '57.744133'^^xsd:double;
  dwc:endLatitude '57.744133'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_453'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.366169 -2.773367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.366169"^^xsd:decimal ;
  dwc:decimalLongitude "-2.773367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_8'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=8'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '16.760555555556'^^xsd:double;
  dwc:startTimeOfDay '16.760555555556'^^xsd:double;
  dwc:endTimeOfDay '16.760555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-2.773367'^^xsd:double;
  dwc:startLongitude '-2.773367'^^xsd:double;
  dwc:endLongitude '-2.773367'^^xsd:double;
  dwc:latitude '50.366169'^^xsd:double;
  dwc:startLatitude '50.366169'^^xsd:double;
  dwc:endLatitude '50.366169'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_8'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.367065 -2.7709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.367065"^^xsd:decimal ;
  dwc:decimalLongitude "-2.7709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_9'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=9'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '16.776944444444'^^xsd:double;
  dwc:startTimeOfDay '16.776944444444'^^xsd:double;
  dwc:endTimeOfDay '16.776944444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-2.7709'^^xsd:double;
  dwc:startLongitude '-2.7709'^^xsd:double;
  dwc:endLongitude '-2.7709'^^xsd:double;
  dwc:latitude '50.367065'^^xsd:double;
  dwc:startLatitude '50.367065'^^xsd:double;
  dwc:endLatitude '50.367065'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_9'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.748184 -2.1774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.748184"^^xsd:decimal ;
  dwc:decimalLongitude "-2.1774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_452'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=452'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '4.6363888888889'^^xsd:double;
  dwc:startTimeOfDay '4.6363888888889'^^xsd:double;
  dwc:endTimeOfDay '4.6363888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-2.1774'^^xsd:double;
  dwc:startLongitude '-2.1774'^^xsd:double;
  dwc:endLongitude '-2.1774'^^xsd:double;
  dwc:latitude '57.748184'^^xsd:double;
  dwc:startLatitude '57.748184'^^xsd:double;
  dwc:endLatitude '57.748184'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_452'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.747681 -2.1405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.747681"^^xsd:decimal ;
  dwc:decimalLongitude "-2.1405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_451'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=451'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '4.4744444444444'^^xsd:double;
  dwc:startTimeOfDay '4.4744444444444'^^xsd:double;
  dwc:endTimeOfDay '4.4744444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-2.1405'^^xsd:double;
  dwc:startLongitude '-2.1405'^^xsd:double;
  dwc:endLongitude '-2.1405'^^xsd:double;
  dwc:latitude '57.747681'^^xsd:double;
  dwc:startLatitude '57.747681'^^xsd:double;
  dwc:endLatitude '57.747681'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_451'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.746883 -2.120967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.746883"^^xsd:decimal ;
  dwc:decimalLongitude "-2.120967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_450'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=450'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '4.3869444444444'^^xsd:double;
  dwc:startTimeOfDay '4.3869444444444'^^xsd:double;
  dwc:endTimeOfDay '4.3869444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-2.120967'^^xsd:double;
  dwc:startLongitude '-2.120967'^^xsd:double;
  dwc:endLongitude '-2.120967'^^xsd:double;
  dwc:latitude '57.746883'^^xsd:double;
  dwc:startLatitude '57.746883'^^xsd:double;
  dwc:endLatitude '57.746883'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_450'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.74717 -2.090983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.74717"^^xsd:decimal ;
  dwc:decimalLongitude "-2.090983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_449'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=449'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '4.2513888888889'^^xsd:double;
  dwc:startTimeOfDay '4.2513888888889'^^xsd:double;
  dwc:endTimeOfDay '4.2513888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-2.090983'^^xsd:double;
  dwc:startLongitude '-2.090983'^^xsd:double;
  dwc:endLongitude '-2.090983'^^xsd:double;
  dwc:latitude '57.74717'^^xsd:double;
  dwc:startLatitude '57.74717'^^xsd:double;
  dwc:endLatitude '57.74717'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_449'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.74715 -2.071033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.74715"^^xsd:decimal ;
  dwc:decimalLongitude "-2.071033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_448'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=448'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '4.1636111111111'^^xsd:double;
  dwc:startTimeOfDay '4.1636111111111'^^xsd:double;
  dwc:endTimeOfDay '4.1636111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-2.071033'^^xsd:double;
  dwc:startLongitude '-2.071033'^^xsd:double;
  dwc:endLongitude '-2.071033'^^xsd:double;
  dwc:latitude '57.74715'^^xsd:double;
  dwc:startLatitude '57.74715'^^xsd:double;
  dwc:endLatitude '57.74715'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_448'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.747215 -2.05935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.747215"^^xsd:decimal ;
  dwc:decimalLongitude "-2.05935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_447'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=447'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '4.1122222222222'^^xsd:double;
  dwc:startTimeOfDay '4.1122222222222'^^xsd:double;
  dwc:endTimeOfDay '4.1122222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-2.05935'^^xsd:double;
  dwc:startLongitude '-2.05935'^^xsd:double;
  dwc:endLongitude '-2.05935'^^xsd:double;
  dwc:latitude '57.747215'^^xsd:double;
  dwc:startLatitude '57.747215'^^xsd:double;
  dwc:endLatitude '57.747215'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_447'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.747364 -2.02045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.747364"^^xsd:decimal ;
  dwc:decimalLongitude "-2.02045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_446'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=446'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '3.9338888888889'^^xsd:double;
  dwc:startTimeOfDay '3.9338888888889'^^xsd:double;
  dwc:endTimeOfDay '3.9338888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-2.02045'^^xsd:double;
  dwc:startLongitude '-2.02045'^^xsd:double;
  dwc:endLongitude '-2.02045'^^xsd:double;
  dwc:latitude '57.747364'^^xsd:double;
  dwc:startLatitude '57.747364'^^xsd:double;
  dwc:endLatitude '57.747364'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_446'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.747536 -1.987783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.747536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.987783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_445'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=445'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '3.7805555555556'^^xsd:double;
  dwc:startTimeOfDay '3.7805555555556'^^xsd:double;
  dwc:endTimeOfDay '3.7805555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.987783'^^xsd:double;
  dwc:startLongitude '-1.987783'^^xsd:double;
  dwc:endLongitude '-1.987783'^^xsd:double;
  dwc:latitude '57.747536'^^xsd:double;
  dwc:startLatitude '57.747536'^^xsd:double;
  dwc:endLatitude '57.747536'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_445'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.747932 -1.905633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.747932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.905633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_444'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=444'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '3.3877777777778'^^xsd:double;
  dwc:startTimeOfDay '3.3877777777778'^^xsd:double;
  dwc:endTimeOfDay '3.3877777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.905633'^^xsd:double;
  dwc:startLongitude '-1.905633'^^xsd:double;
  dwc:endLongitude '-1.905633'^^xsd:double;
  dwc:latitude '57.747932'^^xsd:double;
  dwc:startLatitude '57.747932'^^xsd:double;
  dwc:endLatitude '57.747932'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_444'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.74847 -1.87425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.74847"^^xsd:decimal ;
  dwc:decimalLongitude "-1.87425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_443'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=443'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '3.2430555555556'^^xsd:double;
  dwc:startTimeOfDay '3.2430555555556'^^xsd:double;
  dwc:endTimeOfDay '3.2430555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.87425'^^xsd:double;
  dwc:startLongitude '-1.87425'^^xsd:double;
  dwc:endLongitude '-1.87425'^^xsd:double;
  dwc:latitude '57.74847'^^xsd:double;
  dwc:startLatitude '57.74847'^^xsd:double;
  dwc:endLatitude '57.74847'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_443'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.748501 -1.863083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.748501"^^xsd:decimal ;
  dwc:decimalLongitude "-1.863083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_442'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=442'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '3.1927777777778'^^xsd:double;
  dwc:startTimeOfDay '3.1927777777778'^^xsd:double;
  dwc:endTimeOfDay '3.1927777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.863083'^^xsd:double;
  dwc:startLongitude '-1.863083'^^xsd:double;
  dwc:endLongitude '-1.863083'^^xsd:double;
  dwc:latitude '57.748501'^^xsd:double;
  dwc:startLatitude '57.748501'^^xsd:double;
  dwc:endLatitude '57.748501'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_442'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.748486 -1.843883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.748486"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_441'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=441'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '3.11'^^xsd:double;
  dwc:startTimeOfDay '3.11'^^xsd:double;
  dwc:endTimeOfDay '3.11'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.843883'^^xsd:double;
  dwc:startLongitude '-1.843883'^^xsd:double;
  dwc:endLongitude '-1.843883'^^xsd:double;
  dwc:latitude '57.748486'^^xsd:double;
  dwc:startLatitude '57.748486'^^xsd:double;
  dwc:endLatitude '57.748486'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_441'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.748428 -1.8408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.748428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.8408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_440'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=440'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '3.0977777777778'^^xsd:double;
  dwc:startTimeOfDay '3.0977777777778'^^xsd:double;
  dwc:endTimeOfDay '3.0977777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.8408'^^xsd:double;
  dwc:startLongitude '-1.8408'^^xsd:double;
  dwc:endLongitude '-1.8408'^^xsd:double;
  dwc:latitude '57.748428'^^xsd:double;
  dwc:startLatitude '57.748428'^^xsd:double;
  dwc:endLatitude '57.748428'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_440'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.747582 -1.795233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.747582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.795233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_439'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=439'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '2.9002777777778'^^xsd:double;
  dwc:startTimeOfDay '2.9002777777778'^^xsd:double;
  dwc:endTimeOfDay '2.9002777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.795233'^^xsd:double;
  dwc:startLongitude '-1.795233'^^xsd:double;
  dwc:endLongitude '-1.795233'^^xsd:double;
  dwc:latitude '57.747582'^^xsd:double;
  dwc:startLatitude '57.747582'^^xsd:double;
  dwc:endLatitude '57.747582'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_439'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.745995 -1.7291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.745995"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_438'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=438'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '2.6105555555556'^^xsd:double;
  dwc:startTimeOfDay '2.6105555555556'^^xsd:double;
  dwc:endTimeOfDay '2.6105555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.7291'^^xsd:double;
  dwc:startLongitude '-1.7291'^^xsd:double;
  dwc:endLongitude '-1.7291'^^xsd:double;
  dwc:latitude '57.745995'^^xsd:double;
  dwc:startLatitude '57.745995'^^xsd:double;
  dwc:endLatitude '57.745995'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_438'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.745052 -1.68605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.745052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_437'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=437'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '2.4175'^^xsd:double;
  dwc:startTimeOfDay '2.4175'^^xsd:double;
  dwc:endTimeOfDay '2.4175'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.68605'^^xsd:double;
  dwc:startLongitude '-1.68605'^^xsd:double;
  dwc:endLongitude '-1.68605'^^xsd:double;
  dwc:latitude '57.745052'^^xsd:double;
  dwc:startLatitude '57.745052'^^xsd:double;
  dwc:endLatitude '57.745052'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_437'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.744751 -1.663217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.744751"^^xsd:decimal ;
  dwc:decimalLongitude "-1.663217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_436'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=436'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '2.3125'^^xsd:double;
  dwc:startTimeOfDay '2.3125'^^xsd:double;
  dwc:endTimeOfDay '2.3125'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.663217'^^xsd:double;
  dwc:startLongitude '-1.663217'^^xsd:double;
  dwc:endLongitude '-1.663217'^^xsd:double;
  dwc:latitude '57.744751'^^xsd:double;
  dwc:startLatitude '57.744751'^^xsd:double;
  dwc:endLatitude '57.744751'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_436'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.744099 -1.6375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.744099"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_435'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=435'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '2.1869444444444'^^xsd:double;
  dwc:startTimeOfDay '2.1869444444444'^^xsd:double;
  dwc:endTimeOfDay '2.1869444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.6375'^^xsd:double;
  dwc:startLongitude '-1.6375'^^xsd:double;
  dwc:endLongitude '-1.6375'^^xsd:double;
  dwc:latitude '57.744099'^^xsd:double;
  dwc:startLatitude '57.744099'^^xsd:double;
  dwc:endLatitude '57.744099'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_435'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.744053 -1.630483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.744053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.630483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_434'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=434'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '2.1538888888889'^^xsd:double;
  dwc:startTimeOfDay '2.1538888888889'^^xsd:double;
  dwc:endTimeOfDay '2.1538888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.630483'^^xsd:double;
  dwc:startLongitude '-1.630483'^^xsd:double;
  dwc:endLongitude '-1.630483'^^xsd:double;
  dwc:latitude '57.744053'^^xsd:double;
  dwc:startLatitude '57.744053'^^xsd:double;
  dwc:endLatitude '57.744053'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_434'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.744579 -1.569133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.744579"^^xsd:decimal ;
  dwc:decimalLongitude "-1.569133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_433'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=433'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '1.8483333333333'^^xsd:double;
  dwc:startTimeOfDay '1.8483333333333'^^xsd:double;
  dwc:endTimeOfDay '1.8483333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.569133'^^xsd:double;
  dwc:startLongitude '-1.569133'^^xsd:double;
  dwc:endLongitude '-1.569133'^^xsd:double;
  dwc:latitude '57.744579'^^xsd:double;
  dwc:startLatitude '57.744579'^^xsd:double;
  dwc:endLatitude '57.744579'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_433'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.744118 -1.479783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.744118"^^xsd:decimal ;
  dwc:decimalLongitude "-1.479783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_432'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=432'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '1.3891666666667'^^xsd:double;
  dwc:startTimeOfDay '1.3891666666667'^^xsd:double;
  dwc:endTimeOfDay '1.3891666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.479783'^^xsd:double;
  dwc:startLongitude '-1.479783'^^xsd:double;
  dwc:endLongitude '-1.479783'^^xsd:double;
  dwc:latitude '57.744118'^^xsd:double;
  dwc:startLatitude '57.744118'^^xsd:double;
  dwc:endLatitude '57.744118'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_432'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.737736 -1.354617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.737736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.354617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_431'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=431'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '0.68583333333333'^^xsd:double;
  dwc:startTimeOfDay '0.68583333333333'^^xsd:double;
  dwc:endTimeOfDay '0.68583333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.354617'^^xsd:double;
  dwc:startLongitude '-1.354617'^^xsd:double;
  dwc:endLongitude '-1.354617'^^xsd:double;
  dwc:latitude '57.737736'^^xsd:double;
  dwc:startLatitude '57.737736'^^xsd:double;
  dwc:endLatitude '57.737736'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_431'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.732918 -1.292717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.732918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.292717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_430'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=430'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '0.30694444444444'^^xsd:double;
  dwc:startTimeOfDay '0.30694444444444'^^xsd:double;
  dwc:endTimeOfDay '0.30694444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.292717'^^xsd:double;
  dwc:startLongitude '-1.292717'^^xsd:double;
  dwc:endLongitude '-1.292717'^^xsd:double;
  dwc:latitude '57.732918'^^xsd:double;
  dwc:startLatitude '57.732918'^^xsd:double;
  dwc:endLatitude '57.732918'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_430'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.732746 -1.289983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.732746"^^xsd:decimal ;
  dwc:decimalLongitude "-1.289983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_429'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=429'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '0.2925'^^xsd:double;
  dwc:startTimeOfDay '0.2925'^^xsd:double;
  dwc:endTimeOfDay '0.2925'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.289983'^^xsd:double;
  dwc:startLongitude '-1.289983'^^xsd:double;
  dwc:endLongitude '-1.289983'^^xsd:double;
  dwc:latitude '57.732746'^^xsd:double;
  dwc:startLatitude '57.732746'^^xsd:double;
  dwc:endLatitude '57.732746'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_429'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.732349 -1.284283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.732349"^^xsd:decimal ;
  dwc:decimalLongitude "-1.284283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_428'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=428'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '0.25583333333333'^^xsd:double;
  dwc:startTimeOfDay '0.25583333333333'^^xsd:double;
  dwc:endTimeOfDay '0.25583333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.284283'^^xsd:double;
  dwc:startLongitude '-1.284283'^^xsd:double;
  dwc:endLongitude '-1.284283'^^xsd:double;
  dwc:latitude '57.732349'^^xsd:double;
  dwc:startLatitude '57.732349'^^xsd:double;
  dwc:endLatitude '57.732349'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_428'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.730679 -1.24655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.730679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.24655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_427'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=427'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '0.0038888888888889'^^xsd:double;
  dwc:startTimeOfDay '0.0038888888888889'^^xsd:double;
  dwc:endTimeOfDay '0.0038888888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.24655'^^xsd:double;
  dwc:startLongitude '-1.24655'^^xsd:double;
  dwc:endLongitude '-1.24655'^^xsd:double;
  dwc:latitude '57.730679'^^xsd:double;
  dwc:startLatitude '57.730679'^^xsd:double;
  dwc:endLatitude '57.730679'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_427'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704998 -1.0699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.704998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.0699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_426'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=426'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '22.763333333333'^^xsd:double;
  dwc:startTimeOfDay '22.763333333333'^^xsd:double;
  dwc:endTimeOfDay '22.763333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.0699'^^xsd:double;
  dwc:startLongitude '-1.0699'^^xsd:double;
  dwc:endLongitude '-1.0699'^^xsd:double;
  dwc:latitude '57.704998'^^xsd:double;
  dwc:startLatitude '57.704998'^^xsd:double;
  dwc:endLatitude '57.704998'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_426'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.70377 -1.062367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.70377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.062367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_425'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=425'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '22.7125'^^xsd:double;
  dwc:startTimeOfDay '22.7125'^^xsd:double;
  dwc:endTimeOfDay '22.7125'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-1.062367'^^xsd:double;
  dwc:startLongitude '-1.062367'^^xsd:double;
  dwc:endLongitude '-1.062367'^^xsd:double;
  dwc:latitude '57.70377'^^xsd:double;
  dwc:startLatitude '57.70377'^^xsd:double;
  dwc:endLatitude '57.70377'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_425'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.692555 -0.948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.692555"^^xsd:decimal ;
  dwc:decimalLongitude "-0.948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_424'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=424'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '21.970277777778'^^xsd:double;
  dwc:startTimeOfDay '21.970277777778'^^xsd:double;
  dwc:endTimeOfDay '21.970277777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-0.948'^^xsd:double;
  dwc:startLongitude '-0.948'^^xsd:double;
  dwc:endLongitude '-0.948'^^xsd:double;
  dwc:latitude '57.692555'^^xsd:double;
  dwc:startLatitude '57.692555'^^xsd:double;
  dwc:endLatitude '57.692555'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_424'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.667034 -0.610567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.667034"^^xsd:decimal ;
  dwc:decimalLongitude "-0.610567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_423'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=423'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '20.047777777778'^^xsd:double;
  dwc:startTimeOfDay '20.047777777778'^^xsd:double;
  dwc:endTimeOfDay '20.047777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-0.610567'^^xsd:double;
  dwc:startLongitude '-0.610567'^^xsd:double;
  dwc:endLongitude '-0.610567'^^xsd:double;
  dwc:latitude '57.667034'^^xsd:double;
  dwc:startLatitude '57.667034'^^xsd:double;
  dwc:endLatitude '57.667034'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_423'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.644199 0.004983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.644199"^^xsd:decimal ;
  dwc:decimalLongitude "0.004983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_422'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=422'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '17.056944444444'^^xsd:double;
  dwc:startTimeOfDay '17.056944444444'^^xsd:double;
  dwc:endTimeOfDay '17.056944444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '0.004983'^^xsd:double;
  dwc:startLongitude '0.004983'^^xsd:double;
  dwc:endLongitude '0.004983'^^xsd:double;
  dwc:latitude '57.644199'^^xsd:double;
  dwc:startLatitude '57.644199'^^xsd:double;
  dwc:endLatitude '57.644199'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_422'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598667 0.781067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598667"^^xsd:decimal ;
  dwc:decimalLongitude "0.781067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_421'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=421'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '13.360833333333'^^xsd:double;
  dwc:startTimeOfDay '13.360833333333'^^xsd:double;
  dwc:endTimeOfDay '13.360833333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '0.781067'^^xsd:double;
  dwc:startLongitude '0.781067'^^xsd:double;
  dwc:endLongitude '0.781067'^^xsd:double;
  dwc:latitude '57.598667'^^xsd:double;
  dwc:startLatitude '57.598667'^^xsd:double;
  dwc:endLatitude '57.598667'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_421'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.736164 1.484233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.736164"^^xsd:decimal ;
  dwc:decimalLongitude "1.484233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_130'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=130'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '270'^^xsd:integer;
  dwc:startJulianDay '270'^^xsd:integer;
  dwc:endJulianDay '270'^^xsd:integer;
  dwc:timeOfDay '10.963333333333'^^xsd:double;
  dwc:startTimeOfDay '10.963333333333'^^xsd:double;
  dwc:endTimeOfDay '10.963333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '1.484233'^^xsd:double;
  dwc:startLongitude '1.484233'^^xsd:double;
  dwc:endLongitude '1.484233'^^xsd:double;
  dwc:latitude '51.736164'^^xsd:double;
  dwc:startLatitude '51.736164'^^xsd:double;
  dwc:endLatitude '51.736164'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_130'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.781902 1.5305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.781902"^^xsd:decimal ;
  dwc:decimalLongitude "1.5305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_129'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=129'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '270'^^xsd:integer;
  dwc:startJulianDay '270'^^xsd:integer;
  dwc:endJulianDay '270'^^xsd:integer;
  dwc:timeOfDay '10.275833333333'^^xsd:double;
  dwc:startTimeOfDay '10.275833333333'^^xsd:double;
  dwc:endTimeOfDay '10.275833333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '1.5305'^^xsd:double;
  dwc:startLongitude '1.5305'^^xsd:double;
  dwc:endLongitude '1.5305'^^xsd:double;
  dwc:latitude '51.781902'^^xsd:double;
  dwc:startLatitude '51.781902'^^xsd:double;
  dwc:endLatitude '51.781902'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_129'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.824032 1.635467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.824032"^^xsd:decimal ;
  dwc:decimalLongitude "1.635467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_128'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=128'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '270'^^xsd:integer;
  dwc:startJulianDay '270'^^xsd:integer;
  dwc:endJulianDay '270'^^xsd:integer;
  dwc:timeOfDay '9.3338888888889'^^xsd:double;
  dwc:startTimeOfDay '9.3338888888889'^^xsd:double;
  dwc:endTimeOfDay '9.3338888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '1.635467'^^xsd:double;
  dwc:startLongitude '1.635467'^^xsd:double;
  dwc:endLongitude '1.635467'^^xsd:double;
  dwc:latitude '51.824032'^^xsd:double;
  dwc:startLatitude '51.824032'^^xsd:double;
  dwc:endLatitude '51.824032'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_128'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.407269 1.715534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.407269"^^xsd:decimal ;
  dwc:decimalLongitude "1.715534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_10'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=10'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '6.3913888888889'^^xsd:double;
  dwc:startTimeOfDay '6.3913888888889'^^xsd:double;
  dwc:endTimeOfDay '6.3913888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '1.715534'^^xsd:double;
  dwc:startLongitude '1.715534'^^xsd:double;
  dwc:endLongitude '1.715534'^^xsd:double;
  dwc:latitude '51.407269'^^xsd:double;
  dwc:startLatitude '51.407269'^^xsd:double;
  dwc:endLatitude '51.407269'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_10'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4188 1.721817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4188"^^xsd:decimal ;
  dwc:decimalLongitude "1.721817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_11'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=11'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '6.4852777777778'^^xsd:double;
  dwc:startTimeOfDay '6.4852777777778'^^xsd:double;
  dwc:endTimeOfDay '6.4852777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '1.721817'^^xsd:double;
  dwc:startLongitude '1.721817'^^xsd:double;
  dwc:endLongitude '1.721817'^^xsd:double;
  dwc:latitude '51.4188'^^xsd:double;
  dwc:startLatitude '51.4188'^^xsd:double;
  dwc:endLatitude '51.4188'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_11'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.552197 1.732933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.552197"^^xsd:decimal ;
  dwc:decimalLongitude "1.732933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_420'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=420'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '8.7969444444444'^^xsd:double;
  dwc:startTimeOfDay '8.7969444444444'^^xsd:double;
  dwc:endTimeOfDay '8.7969444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '1.732933'^^xsd:double;
  dwc:startLongitude '1.732933'^^xsd:double;
  dwc:endLongitude '1.732933'^^xsd:double;
  dwc:latitude '57.552197'^^xsd:double;
  dwc:startLatitude '57.552197'^^xsd:double;
  dwc:endLatitude '57.552197'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_420'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.046402 1.805567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.046402"^^xsd:decimal ;
  dwc:decimalLongitude "1.805567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_131'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=131'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:julianDay '149'^^xsd:integer;
  dwc:startJulianDay '149'^^xsd:integer;
  dwc:endJulianDay '149'^^xsd:integer;
  dwc:timeOfDay '19.636388888889'^^xsd:double;
  dwc:startTimeOfDay '19.636388888889'^^xsd:double;
  dwc:endTimeOfDay '19.636388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '1.805567'^^xsd:double;
  dwc:startLongitude '1.805567'^^xsd:double;
  dwc:endLongitude '1.805567'^^xsd:double;
  dwc:latitude '52.046402'^^xsd:double;
  dwc:startLatitude '52.046402'^^xsd:double;
  dwc:endLatitude '52.046402'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_131'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.834862 1.885933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.834862"^^xsd:decimal ;
  dwc:decimalLongitude "1.885933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_127'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=127'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '270'^^xsd:integer;
  dwc:startJulianDay '270'^^xsd:integer;
  dwc:endJulianDay '270'^^xsd:integer;
  dwc:timeOfDay '7.905'^^xsd:double;
  dwc:startTimeOfDay '7.905'^^xsd:double;
  dwc:endTimeOfDay '7.905'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '1.885933'^^xsd:double;
  dwc:startLongitude '1.885933'^^xsd:double;
  dwc:endLongitude '1.885933'^^xsd:double;
  dwc:latitude '51.834862'^^xsd:double;
  dwc:startLatitude '51.834862'^^xsd:double;
  dwc:endLatitude '51.834862'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_127'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.851017 1.951983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.851017"^^xsd:decimal ;
  dwc:decimalLongitude "1.951983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_126'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=126'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '270'^^xsd:integer;
  dwc:startJulianDay '270'^^xsd:integer;
  dwc:endJulianDay '270'^^xsd:integer;
  dwc:timeOfDay '7.4977777777778'^^xsd:double;
  dwc:startTimeOfDay '7.4977777777778'^^xsd:double;
  dwc:endTimeOfDay '7.4977777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '1.951983'^^xsd:double;
  dwc:startLongitude '1.951983'^^xsd:double;
  dwc:endLongitude '1.951983'^^xsd:double;
  dwc:latitude '51.851017'^^xsd:double;
  dwc:startLatitude '51.851017'^^xsd:double;
  dwc:endLatitude '51.851017'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_126'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856453 1.963667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856453"^^xsd:decimal ;
  dwc:decimalLongitude "1.963667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_125'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=125'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '270'^^xsd:integer;
  dwc:startJulianDay '270'^^xsd:integer;
  dwc:endJulianDay '270'^^xsd:integer;
  dwc:timeOfDay '7.4152777777778'^^xsd:double;
  dwc:startTimeOfDay '7.4152777777778'^^xsd:double;
  dwc:endTimeOfDay '7.4152777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '1.963667'^^xsd:double;
  dwc:startLongitude '1.963667'^^xsd:double;
  dwc:endLongitude '1.963667'^^xsd:double;
  dwc:latitude '51.856453'^^xsd:double;
  dwc:startLatitude '51.856453'^^xsd:double;
  dwc:endLatitude '51.856453'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_125'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.86657 1.984883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.86657"^^xsd:decimal ;
  dwc:decimalLongitude "1.984883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_124'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=124'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '270'^^xsd:integer;
  dwc:startJulianDay '270'^^xsd:integer;
  dwc:endJulianDay '270'^^xsd:integer;
  dwc:timeOfDay '7.2625'^^xsd:double;
  dwc:startTimeOfDay '7.2625'^^xsd:double;
  dwc:endTimeOfDay '7.2625'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '1.984883'^^xsd:double;
  dwc:startLongitude '1.984883'^^xsd:double;
  dwc:endLongitude '1.984883'^^xsd:double;
  dwc:latitude '51.86657'^^xsd:double;
  dwc:startLatitude '51.86657'^^xsd:double;
  dwc:endLatitude '51.86657'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_124'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.607746 2.027717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.607746"^^xsd:decimal ;
  dwc:decimalLongitude "2.027717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_12'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=12'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '9.3483333333333'^^xsd:double;
  dwc:startTimeOfDay '9.3483333333333'^^xsd:double;
  dwc:endTimeOfDay '9.3483333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '2.027717'^^xsd:double;
  dwc:startLongitude '2.027717'^^xsd:double;
  dwc:endLongitude '2.027717'^^xsd:double;
  dwc:latitude '51.607746'^^xsd:double;
  dwc:startLatitude '51.607746'^^xsd:double;
  dwc:endLatitude '51.607746'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_12'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.892864 2.0403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.892864"^^xsd:decimal ;
  dwc:decimalLongitude "2.0403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_123'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=123'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '270'^^xsd:integer;
  dwc:startJulianDay '270'^^xsd:integer;
  dwc:endJulianDay '270'^^xsd:integer;
  dwc:timeOfDay '6.8708333333333'^^xsd:double;
  dwc:startTimeOfDay '6.8708333333333'^^xsd:double;
  dwc:endTimeOfDay '6.8708333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '2.0403'^^xsd:double;
  dwc:startLongitude '2.0403'^^xsd:double;
  dwc:endLongitude '2.0403'^^xsd:double;
  dwc:latitude '51.892864'^^xsd:double;
  dwc:startLatitude '51.892864'^^xsd:double;
  dwc:endLatitude '51.892864'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_123'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.727882 2.18225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.727882"^^xsd:decimal ;
  dwc:decimalLongitude "2.18225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_13'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=13'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '11.522777777778'^^xsd:double;
  dwc:startTimeOfDay '11.522777777778'^^xsd:double;
  dwc:endTimeOfDay '11.522777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '2.18225'^^xsd:double;
  dwc:startLongitude '2.18225'^^xsd:double;
  dwc:endLongitude '2.18225'^^xsd:double;
  dwc:latitude '51.727882'^^xsd:double;
  dwc:startLatitude '51.727882'^^xsd:double;
  dwc:endLatitude '51.727882'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_13'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.575764 2.239883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.575764"^^xsd:decimal ;
  dwc:decimalLongitude "2.239883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_419'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=419'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '6.5366666666667'^^xsd:double;
  dwc:startTimeOfDay '6.5366666666667'^^xsd:double;
  dwc:endTimeOfDay '6.5366666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '2.239883'^^xsd:double;
  dwc:startLongitude '2.239883'^^xsd:double;
  dwc:endLongitude '2.239883'^^xsd:double;
  dwc:latitude '57.575764'^^xsd:double;
  dwc:startLatitude '57.575764'^^xsd:double;
  dwc:endLatitude '57.575764'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_419'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.813313 2.29545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.813313"^^xsd:decimal ;
  dwc:decimalLongitude "2.29545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_14'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=14'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '13.040555555556'^^xsd:double;
  dwc:startTimeOfDay '13.040555555556'^^xsd:double;
  dwc:endTimeOfDay '13.040555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '2.29545'^^xsd:double;
  dwc:startLongitude '2.29545'^^xsd:double;
  dwc:endLongitude '2.29545'^^xsd:double;
  dwc:latitude '51.813313'^^xsd:double;
  dwc:startLatitude '51.813313'^^xsd:double;
  dwc:endLatitude '51.813313'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_14'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.814217 2.29665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.814217"^^xsd:decimal ;
  dwc:decimalLongitude "2.29665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_15'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=15'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '13.053055555556'^^xsd:double;
  dwc:startTimeOfDay '13.053055555556'^^xsd:double;
  dwc:endTimeOfDay '13.053055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '2.29665'^^xsd:double;
  dwc:startLongitude '2.29665'^^xsd:double;
  dwc:endLongitude '2.29665'^^xsd:double;
  dwc:latitude '51.814217'^^xsd:double;
  dwc:startLatitude '51.814217'^^xsd:double;
  dwc:endLatitude '51.814217'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_15'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.578785 2.306283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.578785"^^xsd:decimal ;
  dwc:decimalLongitude "2.306283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_418'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=418'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '6.2408333333333'^^xsd:double;
  dwc:startTimeOfDay '6.2408333333333'^^xsd:double;
  dwc:endTimeOfDay '6.2408333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '2.306283'^^xsd:double;
  dwc:startLongitude '2.306283'^^xsd:double;
  dwc:endLongitude '2.306283'^^xsd:double;
  dwc:latitude '57.578785'^^xsd:double;
  dwc:startLatitude '57.578785'^^xsd:double;
  dwc:endLatitude '57.578785'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_418'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.83292 2.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.83292"^^xsd:decimal ;
  dwc:decimalLongitude "2.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_16'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=16'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '13.354444444444'^^xsd:double;
  dwc:startTimeOfDay '13.354444444444'^^xsd:double;
  dwc:endTimeOfDay '13.354444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '2.32'^^xsd:double;
  dwc:startLongitude '2.32'^^xsd:double;
  dwc:endLongitude '2.32'^^xsd:double;
  dwc:latitude '51.83292'^^xsd:double;
  dwc:startLatitude '51.83292'^^xsd:double;
  dwc:endLatitude '51.83292'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_16'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.883465 2.380983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.883465"^^xsd:decimal ;
  dwc:decimalLongitude "2.380983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_17'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=17'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '14.033333333333'^^xsd:double;
  dwc:startTimeOfDay '14.033333333333'^^xsd:double;
  dwc:endTimeOfDay '14.033333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '2.380983'^^xsd:double;
  dwc:startLongitude '2.380983'^^xsd:double;
  dwc:endLongitude '2.380983'^^xsd:double;
  dwc:latitude '51.883465'^^xsd:double;
  dwc:startLatitude '51.883465'^^xsd:double;
  dwc:endLatitude '51.883465'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_17'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.109352 2.572667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.109352"^^xsd:decimal ;
  dwc:decimalLongitude "2.572667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_122'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=122'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '270'^^xsd:integer;
  dwc:startJulianDay '270'^^xsd:integer;
  dwc:endJulianDay '270'^^xsd:integer;
  dwc:timeOfDay '3.6505555555556'^^xsd:double;
  dwc:startTimeOfDay '3.6505555555556'^^xsd:double;
  dwc:endTimeOfDay '3.6505555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '2.572667'^^xsd:double;
  dwc:startLongitude '2.572667'^^xsd:double;
  dwc:endLongitude '2.572667'^^xsd:double;
  dwc:latitude '52.109352'^^xsd:double;
  dwc:startLatitude '52.109352'^^xsd:double;
  dwc:endLatitude '52.109352'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_122'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.175221 2.621234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.175221"^^xsd:decimal ;
  dwc:decimalLongitude "2.621234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_132'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=132'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:julianDay '150'^^xsd:integer;
  dwc:startJulianDay '150'^^xsd:integer;
  dwc:endJulianDay '150'^^xsd:integer;
  dwc:timeOfDay '1.7494444444444'^^xsd:double;
  dwc:startTimeOfDay '1.7494444444444'^^xsd:double;
  dwc:endTimeOfDay '1.7494444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '2.621234'^^xsd:double;
  dwc:startLongitude '2.621234'^^xsd:double;
  dwc:endLongitude '2.621234'^^xsd:double;
  dwc:latitude '52.175221'^^xsd:double;
  dwc:startLatitude '52.175221'^^xsd:double;
  dwc:endLatitude '52.175221'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_132'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.202286 2.777367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.202286"^^xsd:decimal ;
  dwc:decimalLongitude "2.777367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_121'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=121'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '270'^^xsd:integer;
  dwc:startJulianDay '270'^^xsd:integer;
  dwc:endJulianDay '270'^^xsd:integer;
  dwc:timeOfDay '2.3319444444444'^^xsd:double;
  dwc:startTimeOfDay '2.3319444444444'^^xsd:double;
  dwc:endTimeOfDay '2.3319444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '2.777367'^^xsd:double;
  dwc:startLongitude '2.777367'^^xsd:double;
  dwc:endLongitude '2.777367'^^xsd:double;
  dwc:latitude '52.202286'^^xsd:double;
  dwc:startLatitude '52.202286'^^xsd:double;
  dwc:endLatitude '52.202286'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_121'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1548 2.793433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1548"^^xsd:decimal ;
  dwc:decimalLongitude "2.793433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_133'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=133'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:julianDay '150'^^xsd:integer;
  dwc:startJulianDay '150'^^xsd:integer;
  dwc:endJulianDay '150'^^xsd:integer;
  dwc:timeOfDay '2.6252777777778'^^xsd:double;
  dwc:startTimeOfDay '2.6252777777778'^^xsd:double;
  dwc:endTimeOfDay '2.6252777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '2.793433'^^xsd:double;
  dwc:startLongitude '2.793433'^^xsd:double;
  dwc:endLongitude '2.793433'^^xsd:double;
  dwc:latitude '52.1548'^^xsd:double;
  dwc:startLatitude '52.1548'^^xsd:double;
  dwc:endLatitude '52.1548'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_133'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.280918 2.961333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.280918"^^xsd:decimal ;
  dwc:decimalLongitude "2.961333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_120'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=120'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '270'^^xsd:integer;
  dwc:startJulianDay '270'^^xsd:integer;
  dwc:endJulianDay '270'^^xsd:integer;
  dwc:timeOfDay '1.105'^^xsd:double;
  dwc:startTimeOfDay '1.105'^^xsd:double;
  dwc:endTimeOfDay '1.105'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '2.961333'^^xsd:double;
  dwc:startLongitude '2.961333'^^xsd:double;
  dwc:endLongitude '2.961333'^^xsd:double;
  dwc:latitude '52.280918'^^xsd:double;
  dwc:startLatitude '52.280918'^^xsd:double;
  dwc:endLatitude '52.280918'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_120'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.30048 3.011917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.30048"^^xsd:decimal ;
  dwc:decimalLongitude "3.011917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_119'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=119'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '270'^^xsd:integer;
  dwc:startJulianDay '270'^^xsd:integer;
  dwc:endJulianDay '270'^^xsd:integer;
  dwc:timeOfDay '0.75805555555556'^^xsd:double;
  dwc:startTimeOfDay '0.75805555555556'^^xsd:double;
  dwc:endTimeOfDay '0.75805555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.011917'^^xsd:double;
  dwc:startLongitude '3.011917'^^xsd:double;
  dwc:endLongitude '3.011917'^^xsd:double;
  dwc:latitude '52.30048'^^xsd:double;
  dwc:startLatitude '52.30048'^^xsd:double;
  dwc:endLatitude '52.30048'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_119'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.371296 3.263833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.371296"^^xsd:decimal ;
  dwc:decimalLongitude "3.263833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_118'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=118'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '22.968055555556'^^xsd:double;
  dwc:startTimeOfDay '22.968055555556'^^xsd:double;
  dwc:endTimeOfDay '22.968055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.263833'^^xsd:double;
  dwc:startLongitude '3.263833'^^xsd:double;
  dwc:endLongitude '3.263833'^^xsd:double;
  dwc:latitude '52.371296'^^xsd:double;
  dwc:startLatitude '52.371296'^^xsd:double;
  dwc:endLatitude '52.371296'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_118'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.375652 3.288734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.375652"^^xsd:decimal ;
  dwc:decimalLongitude "3.288734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_117'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=117'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '22.748333333333'^^xsd:double;
  dwc:startTimeOfDay '22.748333333333'^^xsd:double;
  dwc:endTimeOfDay '22.748333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.288734'^^xsd:double;
  dwc:startLongitude '3.288734'^^xsd:double;
  dwc:endLongitude '3.288734'^^xsd:double;
  dwc:latitude '52.375652'^^xsd:double;
  dwc:startLatitude '52.375652'^^xsd:double;
  dwc:endLatitude '52.375652'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_117'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.384666 3.322267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.384666"^^xsd:decimal ;
  dwc:decimalLongitude "3.322267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_116'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=116'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '22.526666666667'^^xsd:double;
  dwc:startTimeOfDay '22.526666666667'^^xsd:double;
  dwc:endTimeOfDay '22.526666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.322267'^^xsd:double;
  dwc:startLongitude '3.322267'^^xsd:double;
  dwc:endLongitude '3.322267'^^xsd:double;
  dwc:latitude '52.384666'^^xsd:double;
  dwc:startLatitude '52.384666'^^xsd:double;
  dwc:endLatitude '52.384666'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_116'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.39938 3.377283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.39938"^^xsd:decimal ;
  dwc:decimalLongitude "3.377283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_115'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=115'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '22.145833333333'^^xsd:double;
  dwc:startTimeOfDay '22.145833333333'^^xsd:double;
  dwc:endTimeOfDay '22.145833333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.377283'^^xsd:double;
  dwc:startLongitude '3.377283'^^xsd:double;
  dwc:endLongitude '3.377283'^^xsd:double;
  dwc:latitude '52.39938'^^xsd:double;
  dwc:startLatitude '52.39938'^^xsd:double;
  dwc:endLatitude '52.39938'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_115'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.178566 3.423966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.178566"^^xsd:decimal ;
  dwc:decimalLongitude "3.423966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_18'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=18'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '20.953333333333'^^xsd:double;
  dwc:startTimeOfDay '20.953333333333'^^xsd:double;
  dwc:endTimeOfDay '20.953333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.423966'^^xsd:double;
  dwc:startLongitude '3.423966'^^xsd:double;
  dwc:endLongitude '3.423966'^^xsd:double;
  dwc:latitude '52.178566'^^xsd:double;
  dwc:startLatitude '52.178566'^^xsd:double;
  dwc:endLatitude '52.178566'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_18'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.414585 3.435867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.414585"^^xsd:decimal ;
  dwc:decimalLongitude "3.435867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_114'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=114'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '21.738333333333'^^xsd:double;
  dwc:startTimeOfDay '21.738333333333'^^xsd:double;
  dwc:endTimeOfDay '21.738333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.435867'^^xsd:double;
  dwc:startLongitude '3.435867'^^xsd:double;
  dwc:endLongitude '3.435867'^^xsd:double;
  dwc:latitude '52.414585'^^xsd:double;
  dwc:startLatitude '52.414585'^^xsd:double;
  dwc:endLatitude '52.414585'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_114'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.448616 3.558117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.448616"^^xsd:decimal ;
  dwc:decimalLongitude "3.558117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_113'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=113'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '20.924722222222'^^xsd:double;
  dwc:startTimeOfDay '20.924722222222'^^xsd:double;
  dwc:endTimeOfDay '20.924722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.558117'^^xsd:double;
  dwc:startLongitude '3.558117'^^xsd:double;
  dwc:endLongitude '3.558117'^^xsd:double;
  dwc:latitude '52.448616'^^xsd:double;
  dwc:startLatitude '52.448616'^^xsd:double;
  dwc:endLatitude '52.448616'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_113'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.282097 3.566716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.282097"^^xsd:decimal ;
  dwc:decimalLongitude "3.566716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_19'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=19'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '23.386666666667'^^xsd:double;
  dwc:startTimeOfDay '23.386666666667'^^xsd:double;
  dwc:endTimeOfDay '23.386666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.566716'^^xsd:double;
  dwc:startLongitude '3.566716'^^xsd:double;
  dwc:endLongitude '3.566716'^^xsd:double;
  dwc:latitude '52.282097'^^xsd:double;
  dwc:startLatitude '52.282097'^^xsd:double;
  dwc:endLatitude '52.282097'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_19'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.395515 3.60465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.395515"^^xsd:decimal ;
  dwc:decimalLongitude "3.60465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_20'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=20'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '0.76972222222222'^^xsd:double;
  dwc:startTimeOfDay '0.76972222222222'^^xsd:double;
  dwc:endTimeOfDay '0.76972222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.60465'^^xsd:double;
  dwc:startLongitude '3.60465'^^xsd:double;
  dwc:endLongitude '3.60465'^^xsd:double;
  dwc:latitude '52.395515'^^xsd:double;
  dwc:startLatitude '52.395515'^^xsd:double;
  dwc:endLatitude '52.395515'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_20'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.152287 3.636133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.152287"^^xsd:decimal ;
  dwc:decimalLongitude "3.636133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_134'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=134'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:julianDay '150'^^xsd:integer;
  dwc:startJulianDay '150'^^xsd:integer;
  dwc:endJulianDay '150'^^xsd:integer;
  dwc:timeOfDay '6.6347222222222'^^xsd:double;
  dwc:startTimeOfDay '6.6347222222222'^^xsd:double;
  dwc:endTimeOfDay '6.6347222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.636133'^^xsd:double;
  dwc:startLongitude '3.636133'^^xsd:double;
  dwc:endLongitude '3.636133'^^xsd:double;
  dwc:latitude '52.152287'^^xsd:double;
  dwc:startLatitude '52.152287'^^xsd:double;
  dwc:endLatitude '52.152287'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_134'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.476784 3.673584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.476784"^^xsd:decimal ;
  dwc:decimalLongitude "3.673584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_112'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=112'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '20.041388888889'^^xsd:double;
  dwc:startTimeOfDay '20.041388888889'^^xsd:double;
  dwc:endTimeOfDay '20.041388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.673584'^^xsd:double;
  dwc:startLongitude '3.673584'^^xsd:double;
  dwc:endLongitude '3.673584'^^xsd:double;
  dwc:latitude '52.476784'^^xsd:double;
  dwc:startLatitude '52.476784'^^xsd:double;
  dwc:endLatitude '52.476784'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_112'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.496346 3.758367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.496346"^^xsd:decimal ;
  dwc:decimalLongitude "3.758367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_111'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=111'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '19.505'^^xsd:double;
  dwc:startTimeOfDay '19.505'^^xsd:double;
  dwc:endTimeOfDay '19.505'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.758367'^^xsd:double;
  dwc:startLongitude '3.758367'^^xsd:double;
  dwc:endLongitude '3.758367'^^xsd:double;
  dwc:latitude '52.496346'^^xsd:double;
  dwc:startLatitude '52.496346'^^xsd:double;
  dwc:endLatitude '52.496346'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_111'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.497753 3.765266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.497753"^^xsd:decimal ;
  dwc:decimalLongitude "3.765266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_110'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=110'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '19.463888888889'^^xsd:double;
  dwc:startTimeOfDay '19.463888888889'^^xsd:double;
  dwc:endTimeOfDay '19.463888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.765266'^^xsd:double;
  dwc:startLongitude '3.765266'^^xsd:double;
  dwc:endLongitude '3.765266'^^xsd:double;
  dwc:latitude '52.497753'^^xsd:double;
  dwc:startLatitude '52.497753'^^xsd:double;
  dwc:endLatitude '52.497753'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_110'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.505981 3.799817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.505981"^^xsd:decimal ;
  dwc:decimalLongitude "3.799817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_109'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=109'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '19.257777777778'^^xsd:double;
  dwc:startTimeOfDay '19.257777777778'^^xsd:double;
  dwc:endTimeOfDay '19.257777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.799817'^^xsd:double;
  dwc:startLongitude '3.799817'^^xsd:double;
  dwc:endLongitude '3.799817'^^xsd:double;
  dwc:latitude '52.505981'^^xsd:double;
  dwc:startLatitude '52.505981'^^xsd:double;
  dwc:endLatitude '52.505981'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_109'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.518864 3.85455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.518864"^^xsd:decimal ;
  dwc:decimalLongitude "3.85455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_108'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=108'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '18.935'^^xsd:double;
  dwc:startTimeOfDay '18.935'^^xsd:double;
  dwc:endTimeOfDay '18.935'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.85455'^^xsd:double;
  dwc:startLongitude '3.85455'^^xsd:double;
  dwc:endLongitude '3.85455'^^xsd:double;
  dwc:latitude '52.518864'^^xsd:double;
  dwc:startLatitude '52.518864'^^xsd:double;
  dwc:endLatitude '52.518864'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_108'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.519581 3.8568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.519581"^^xsd:decimal ;
  dwc:decimalLongitude "3.8568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_107'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=107'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '18.9225'^^xsd:double;
  dwc:startTimeOfDay '18.9225'^^xsd:double;
  dwc:endTimeOfDay '18.9225'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.8568'^^xsd:double;
  dwc:startLongitude '3.8568'^^xsd:double;
  dwc:endLongitude '3.8568'^^xsd:double;
  dwc:latitude '52.519581'^^xsd:double;
  dwc:startLatitude '52.519581'^^xsd:double;
  dwc:endLatitude '52.519581'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_107'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.552864 3.86475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.552864"^^xsd:decimal ;
  dwc:decimalLongitude "3.86475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_21'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=21'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '3.175'^^xsd:double;
  dwc:startTimeOfDay '3.175'^^xsd:double;
  dwc:endTimeOfDay '3.175'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.86475'^^xsd:double;
  dwc:startLongitude '3.86475'^^xsd:double;
  dwc:endLongitude '3.86475'^^xsd:double;
  dwc:latitude '52.552864'^^xsd:double;
  dwc:startLatitude '52.552864'^^xsd:double;
  dwc:endLatitude '52.552864'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_21'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.554752 3.9822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.554752"^^xsd:decimal ;
  dwc:decimalLongitude "3.9822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_106'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=106'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '18.104722222222'^^xsd:double;
  dwc:startTimeOfDay '18.104722222222'^^xsd:double;
  dwc:endTimeOfDay '18.104722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '3.9822'^^xsd:double;
  dwc:startLongitude '3.9822'^^xsd:double;
  dwc:endLongitude '3.9822'^^xsd:double;
  dwc:latitude '52.554752'^^xsd:double;
  dwc:startLatitude '52.554752'^^xsd:double;
  dwc:endLatitude '52.554752'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_106'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.725113 4.210466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.725113"^^xsd:decimal ;
  dwc:decimalLongitude "4.210466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_22'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=22'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '5.2891666666667'^^xsd:double;
  dwc:startTimeOfDay '5.2891666666667'^^xsd:double;
  dwc:endTimeOfDay '5.2891666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '4.210466'^^xsd:double;
  dwc:startLongitude '4.210466'^^xsd:double;
  dwc:endLongitude '4.210466'^^xsd:double;
  dwc:latitude '52.725113'^^xsd:double;
  dwc:startLatitude '52.725113'^^xsd:double;
  dwc:endLatitude '52.725113'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_22'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.926701 4.368433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.926701"^^xsd:decimal ;
  dwc:decimalLongitude "4.368433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_104'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=104'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '13.618888888889'^^xsd:double;
  dwc:startTimeOfDay '13.618888888889'^^xsd:double;
  dwc:endTimeOfDay '13.618888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '4.368433'^^xsd:double;
  dwc:startLongitude '4.368433'^^xsd:double;
  dwc:endLongitude '4.368433'^^xsd:double;
  dwc:latitude '52.926701'^^xsd:double;
  dwc:startLatitude '52.926701'^^xsd:double;
  dwc:endLatitude '52.926701'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_104'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.632713 4.370966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.632713"^^xsd:decimal ;
  dwc:decimalLongitude "4.370966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_417'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=417'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '20.988888888889'^^xsd:double;
  dwc:startTimeOfDay '20.988888888889'^^xsd:double;
  dwc:endTimeOfDay '20.988888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '4.370966'^^xsd:double;
  dwc:startLongitude '4.370966'^^xsd:double;
  dwc:endLongitude '4.370966'^^xsd:double;
  dwc:latitude '57.632713'^^xsd:double;
  dwc:startLatitude '57.632713'^^xsd:double;
  dwc:endLatitude '57.632713'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_417'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.954102 4.399467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.954102"^^xsd:decimal ;
  dwc:decimalLongitude "4.399467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_103'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=103'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '13.271944444444'^^xsd:double;
  dwc:startTimeOfDay '13.271944444444'^^xsd:double;
  dwc:endTimeOfDay '13.271944444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '4.399467'^^xsd:double;
  dwc:startLongitude '4.399467'^^xsd:double;
  dwc:endLongitude '4.399467'^^xsd:double;
  dwc:latitude '52.954102'^^xsd:double;
  dwc:startLatitude '52.954102'^^xsd:double;
  dwc:endLatitude '52.954102'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_103'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.710117 4.445067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.710117"^^xsd:decimal ;
  dwc:decimalLongitude "4.445067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_105'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=105'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '15.564166666667'^^xsd:double;
  dwc:startTimeOfDay '15.564166666667'^^xsd:double;
  dwc:endTimeOfDay '15.564166666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '4.445067'^^xsd:double;
  dwc:startLongitude '4.445067'^^xsd:double;
  dwc:endLongitude '4.445067'^^xsd:double;
  dwc:latitude '52.710117'^^xsd:double;
  dwc:startLatitude '52.710117'^^xsd:double;
  dwc:endLatitude '52.710117'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_105'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.129898 4.6591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.129898"^^xsd:decimal ;
  dwc:decimalLongitude "4.6591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_23'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=23'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '8.505'^^xsd:double;
  dwc:startTimeOfDay '8.505'^^xsd:double;
  dwc:endTimeOfDay '8.505'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '4.6591'^^xsd:double;
  dwc:startLongitude '4.6591'^^xsd:double;
  dwc:endLongitude '4.6591'^^xsd:double;
  dwc:latitude '53.129898'^^xsd:double;
  dwc:startLatitude '53.129898'^^xsd:double;
  dwc:endLatitude '53.129898'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_23'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.168987 4.6776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.168987"^^xsd:decimal ;
  dwc:decimalLongitude "4.6776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_102'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=102'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '10.215833333333'^^xsd:double;
  dwc:startTimeOfDay '10.215833333333'^^xsd:double;
  dwc:endTimeOfDay '10.215833333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '4.6776'^^xsd:double;
  dwc:startLongitude '4.6776'^^xsd:double;
  dwc:endLongitude '4.6776'^^xsd:double;
  dwc:latitude '53.168987'^^xsd:double;
  dwc:startLatitude '53.168987'^^xsd:double;
  dwc:endLatitude '53.168987'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_102'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.190201 4.706533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.190201"^^xsd:decimal ;
  dwc:decimalLongitude "4.706533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_101'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=101'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '9.9286111111111'^^xsd:double;
  dwc:startTimeOfDay '9.9286111111111'^^xsd:double;
  dwc:endTimeOfDay '9.9286111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '4.706533'^^xsd:double;
  dwc:startLongitude '4.706533'^^xsd:double;
  dwc:endLongitude '4.706533'^^xsd:double;
  dwc:latitude '53.190201'^^xsd:double;
  dwc:startLatitude '53.190201'^^xsd:double;
  dwc:endLatitude '53.190201'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_101'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.364903 4.921333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.364903"^^xsd:decimal ;
  dwc:decimalLongitude "4.921333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_100'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=100'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '8.0036111111111'^^xsd:double;
  dwc:startTimeOfDay '8.0036111111111'^^xsd:double;
  dwc:endTimeOfDay '8.0036111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '4.921333'^^xsd:double;
  dwc:startLongitude '4.921333'^^xsd:double;
  dwc:endLongitude '4.921333'^^xsd:double;
  dwc:latitude '53.364903'^^xsd:double;
  dwc:startLatitude '53.364903'^^xsd:double;
  dwc:endLatitude '53.364903'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_100'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.37093 4.929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.37093"^^xsd:decimal ;
  dwc:decimalLongitude "4.929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_99'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=99'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '7.945'^^xsd:double;
  dwc:startTimeOfDay '7.945'^^xsd:double;
  dwc:endTimeOfDay '7.945'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '4.929'^^xsd:double;
  dwc:startLongitude '4.929'^^xsd:double;
  dwc:endLongitude '4.929'^^xsd:double;
  dwc:latitude '53.37093'^^xsd:double;
  dwc:startLatitude '53.37093'^^xsd:double;
  dwc:endLatitude '53.37093'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_99'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.375683 4.93505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.375683"^^xsd:decimal ;
  dwc:decimalLongitude "4.93505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_98'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=98'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '7.9016666666667'^^xsd:double;
  dwc:startTimeOfDay '7.9016666666667'^^xsd:double;
  dwc:endTimeOfDay '7.9016666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '4.93505'^^xsd:double;
  dwc:startLongitude '4.93505'^^xsd:double;
  dwc:endLongitude '4.93505'^^xsd:double;
  dwc:latitude '53.375683'^^xsd:double;
  dwc:startLatitude '53.375683'^^xsd:double;
  dwc:endLatitude '53.375683'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_98'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.378548 4.938783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.378548"^^xsd:decimal ;
  dwc:decimalLongitude "4.938783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_97'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=97'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '7.8716666666667'^^xsd:double;
  dwc:startTimeOfDay '7.8716666666667'^^xsd:double;
  dwc:endTimeOfDay '7.8716666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '4.938783'^^xsd:double;
  dwc:startLongitude '4.938783'^^xsd:double;
  dwc:endLongitude '4.938783'^^xsd:double;
  dwc:latitude '53.378548'^^xsd:double;
  dwc:startLatitude '53.378548'^^xsd:double;
  dwc:endLatitude '53.378548'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_97'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.383919 4.945883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.383919"^^xsd:decimal ;
  dwc:decimalLongitude "4.945883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_96'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=96'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '7.8205555555556'^^xsd:double;
  dwc:startTimeOfDay '7.8205555555556'^^xsd:double;
  dwc:endTimeOfDay '7.8205555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '4.945883'^^xsd:double;
  dwc:startLongitude '4.945883'^^xsd:double;
  dwc:endLongitude '4.945883'^^xsd:double;
  dwc:latitude '53.383919'^^xsd:double;
  dwc:startLatitude '53.383919'^^xsd:double;
  dwc:endLatitude '53.383919'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_96'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.405346 4.995467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.405346"^^xsd:decimal ;
  dwc:decimalLongitude "4.995467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_95'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=95'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '7.5466666666667'^^xsd:double;
  dwc:startTimeOfDay '7.5466666666667'^^xsd:double;
  dwc:endTimeOfDay '7.5466666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '4.995467'^^xsd:double;
  dwc:startLongitude '4.995467'^^xsd:double;
  dwc:endLongitude '4.995467'^^xsd:double;
  dwc:latitude '53.405346'^^xsd:double;
  dwc:startLatitude '53.405346'^^xsd:double;
  dwc:endLatitude '53.405346'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_95'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.418098 5.03055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.418098"^^xsd:decimal ;
  dwc:decimalLongitude "5.03055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_94'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=94'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '7.3611111111111'^^xsd:double;
  dwc:startTimeOfDay '7.3611111111111'^^xsd:double;
  dwc:endTimeOfDay '7.3611111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '5.03055'^^xsd:double;
  dwc:startLongitude '5.03055'^^xsd:double;
  dwc:endLongitude '5.03055'^^xsd:double;
  dwc:latitude '53.418098'^^xsd:double;
  dwc:startLatitude '53.418098'^^xsd:double;
  dwc:endLatitude '53.418098'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_94'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.448731 5.128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.448731"^^xsd:decimal ;
  dwc:decimalLongitude "5.128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_93'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=93'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '6.8786111111111'^^xsd:double;
  dwc:startTimeOfDay '6.8786111111111'^^xsd:double;
  dwc:endTimeOfDay '6.8786111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '5.128'^^xsd:double;
  dwc:startLongitude '5.128'^^xsd:double;
  dwc:endLongitude '5.128'^^xsd:double;
  dwc:latitude '53.448731'^^xsd:double;
  dwc:startLatitude '53.448731'^^xsd:double;
  dwc:endLatitude '53.448731'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_93'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.455898 5.156333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.455898"^^xsd:decimal ;
  dwc:decimalLongitude "5.156333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_92'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=92'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '6.7486111111111'^^xsd:double;
  dwc:startTimeOfDay '6.7486111111111'^^xsd:double;
  dwc:endTimeOfDay '6.7486111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '5.156333'^^xsd:double;
  dwc:startLongitude '5.156333'^^xsd:double;
  dwc:endLongitude '5.156333'^^xsd:double;
  dwc:latitude '53.455898'^^xsd:double;
  dwc:startLatitude '53.455898'^^xsd:double;
  dwc:endLatitude '53.455898'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_92'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.483097 5.270484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.483097"^^xsd:decimal ;
  dwc:decimalLongitude "5.270484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_90'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=90'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '6.22'^^xsd:double;
  dwc:startTimeOfDay '6.22'^^xsd:double;
  dwc:endTimeOfDay '6.22'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '5.270484'^^xsd:double;
  dwc:startLongitude '5.270484'^^xsd:double;
  dwc:endLongitude '5.270484'^^xsd:double;
  dwc:latitude '53.483097'^^xsd:double;
  dwc:startLatitude '53.483097'^^xsd:double;
  dwc:endLatitude '53.483097'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_90'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.483097 5.270484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.483097"^^xsd:decimal ;
  dwc:decimalLongitude "5.270484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_91'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=91'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '6.2205555555556'^^xsd:double;
  dwc:startTimeOfDay '6.2205555555556'^^xsd:double;
  dwc:endTimeOfDay '6.2205555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '5.270484'^^xsd:double;
  dwc:startLongitude '5.270484'^^xsd:double;
  dwc:endLongitude '5.270484'^^xsd:double;
  dwc:latitude '53.483097'^^xsd:double;
  dwc:startLatitude '53.483097'^^xsd:double;
  dwc:endLatitude '53.483097'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_91'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.492619 5.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.492619"^^xsd:decimal ;
  dwc:decimalLongitude "5.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_89'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=89'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '6.0366666666667'^^xsd:double;
  dwc:startTimeOfDay '6.0366666666667'^^xsd:double;
  dwc:endTimeOfDay '6.0366666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '5.31'^^xsd:double;
  dwc:startLongitude '5.31'^^xsd:double;
  dwc:endLongitude '5.31'^^xsd:double;
  dwc:latitude '53.492619'^^xsd:double;
  dwc:startLatitude '53.492619'^^xsd:double;
  dwc:endLatitude '53.492619'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_89'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.494499 5.317483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.494499"^^xsd:decimal ;
  dwc:decimalLongitude "5.317483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_88'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=88'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '6.0030555555556'^^xsd:double;
  dwc:startTimeOfDay '6.0030555555556'^^xsd:double;
  dwc:endTimeOfDay '6.0030555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '5.317483'^^xsd:double;
  dwc:startLongitude '5.317483'^^xsd:double;
  dwc:endLongitude '5.317483'^^xsd:double;
  dwc:latitude '53.494499'^^xsd:double;
  dwc:startLatitude '53.494499'^^xsd:double;
  dwc:endLatitude '53.494499'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_88'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.496532 5.326034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.496532"^^xsd:decimal ;
  dwc:decimalLongitude "5.326034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_87'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=87'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '5.9613888888889'^^xsd:double;
  dwc:startTimeOfDay '5.9613888888889'^^xsd:double;
  dwc:endTimeOfDay '5.9613888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '5.326034'^^xsd:double;
  dwc:startLongitude '5.326034'^^xsd:double;
  dwc:endLongitude '5.326034'^^xsd:double;
  dwc:latitude '53.496532'^^xsd:double;
  dwc:startLatitude '53.496532'^^xsd:double;
  dwc:endLatitude '53.496532'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_87'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.523552 5.45015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.523552"^^xsd:decimal ;
  dwc:decimalLongitude "5.45015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_135'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=135'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:julianDay '150'^^xsd:integer;
  dwc:startJulianDay '150'^^xsd:integer;
  dwc:endJulianDay '150'^^xsd:integer;
  dwc:timeOfDay '22.006388888889'^^xsd:double;
  dwc:startTimeOfDay '22.006388888889'^^xsd:double;
  dwc:endTimeOfDay '22.006388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '5.45015'^^xsd:double;
  dwc:startLongitude '5.45015'^^xsd:double;
  dwc:endLongitude '5.45015'^^xsd:double;
  dwc:latitude '53.523552'^^xsd:double;
  dwc:startLatitude '53.523552'^^xsd:double;
  dwc:endLatitude '53.523552'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_135'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.542381 5.55595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.542381"^^xsd:decimal ;
  dwc:decimalLongitude "5.55595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_136'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=136'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:julianDay '150'^^xsd:integer;
  dwc:startJulianDay '150'^^xsd:integer;
  dwc:endJulianDay '150'^^xsd:integer;
  dwc:timeOfDay '22.508055555556'^^xsd:double;
  dwc:startTimeOfDay '22.508055555556'^^xsd:double;
  dwc:endTimeOfDay '22.508055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '5.55595'^^xsd:double;
  dwc:startLongitude '5.55595'^^xsd:double;
  dwc:endLongitude '5.55595'^^xsd:double;
  dwc:latitude '53.542381'^^xsd:double;
  dwc:startLatitude '53.542381'^^xsd:double;
  dwc:endLatitude '53.542381'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_136'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.633846 5.968567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.633846"^^xsd:decimal ;
  dwc:decimalLongitude "5.968567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_86'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=86'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '2.6644444444444'^^xsd:double;
  dwc:startTimeOfDay '2.6644444444444'^^xsd:double;
  dwc:endTimeOfDay '2.6644444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '5.968567'^^xsd:double;
  dwc:startLongitude '5.968567'^^xsd:double;
  dwc:endLongitude '5.968567'^^xsd:double;
  dwc:latitude '53.633846'^^xsd:double;
  dwc:startLatitude '53.633846'^^xsd:double;
  dwc:endLatitude '53.633846'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_86'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.63435 5.972084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.63435"^^xsd:decimal ;
  dwc:decimalLongitude "5.972084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_85'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=85'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '2.6461111111111'^^xsd:double;
  dwc:startTimeOfDay '2.6461111111111'^^xsd:double;
  dwc:endTimeOfDay '2.6461111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '5.972084'^^xsd:double;
  dwc:startLongitude '5.972084'^^xsd:double;
  dwc:endLongitude '5.972084'^^xsd:double;
  dwc:latitude '53.63435'^^xsd:double;
  dwc:startLatitude '53.63435'^^xsd:double;
  dwc:endLatitude '53.63435'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_85'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.650814 6.09385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.650814"^^xsd:decimal ;
  dwc:decimalLongitude "6.09385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_84'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=84'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '1.9669444444444'^^xsd:double;
  dwc:startTimeOfDay '1.9669444444444'^^xsd:double;
  dwc:endTimeOfDay '1.9669444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '6.09385'^^xsd:double;
  dwc:startLongitude '6.09385'^^xsd:double;
  dwc:endLongitude '6.09385'^^xsd:double;
  dwc:latitude '53.650814'^^xsd:double;
  dwc:startLatitude '53.650814'^^xsd:double;
  dwc:endLatitude '53.650814'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_84'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.620338 6.096883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.620338"^^xsd:decimal ;
  dwc:decimalLongitude "6.096883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_24'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=24'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '17.204166666667'^^xsd:double;
  dwc:startTimeOfDay '17.204166666667'^^xsd:double;
  dwc:endTimeOfDay '17.204166666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '6.096883'^^xsd:double;
  dwc:startLongitude '6.096883'^^xsd:double;
  dwc:endLongitude '6.096883'^^xsd:double;
  dwc:latitude '53.620338'^^xsd:double;
  dwc:startLatitude '53.620338'^^xsd:double;
  dwc:endLatitude '53.620338'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_24'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.651718 6.101433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.651718"^^xsd:decimal ;
  dwc:decimalLongitude "6.101433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_83'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=83'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '1.9252777777778'^^xsd:double;
  dwc:startTimeOfDay '1.9252777777778'^^xsd:double;
  dwc:endTimeOfDay '1.9252777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '6.101433'^^xsd:double;
  dwc:startLongitude '6.101433'^^xsd:double;
  dwc:endLongitude '6.101433'^^xsd:double;
  dwc:latitude '53.651718'^^xsd:double;
  dwc:startLatitude '53.651718'^^xsd:double;
  dwc:endLatitude '53.651718'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_83'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.638615 6.1874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.638615"^^xsd:decimal ;
  dwc:decimalLongitude "6.1874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_25'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=25'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '17.864166666667'^^xsd:double;
  dwc:startTimeOfDay '17.864166666667'^^xsd:double;
  dwc:endTimeOfDay '17.864166666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '6.1874'^^xsd:double;
  dwc:startLongitude '6.1874'^^xsd:double;
  dwc:endLongitude '6.1874'^^xsd:double;
  dwc:latitude '53.638615'^^xsd:double;
  dwc:startLatitude '53.638615'^^xsd:double;
  dwc:endLatitude '53.638615'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_25'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.66333 6.3185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.66333"^^xsd:decimal ;
  dwc:decimalLongitude "6.3185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_137'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=137'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:julianDay '151'^^xsd:integer;
  dwc:startJulianDay '151'^^xsd:integer;
  dwc:endJulianDay '151'^^xsd:integer;
  dwc:timeOfDay '2.2094444444444'^^xsd:double;
  dwc:startTimeOfDay '2.2094444444444'^^xsd:double;
  dwc:endTimeOfDay '2.2094444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '6.3185'^^xsd:double;
  dwc:startLongitude '6.3185'^^xsd:double;
  dwc:endLongitude '6.3185'^^xsd:double;
  dwc:latitude '53.66333'^^xsd:double;
  dwc:startLatitude '53.66333'^^xsd:double;
  dwc:endLatitude '53.66333'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_137'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.71452 6.5485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.71452"^^xsd:decimal ;
  dwc:decimalLongitude "6.5485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_82'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=82'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:julianDay '268'^^xsd:integer;
  dwc:startJulianDay '268'^^xsd:integer;
  dwc:endJulianDay '268'^^xsd:integer;
  dwc:timeOfDay '23.364722222222'^^xsd:double;
  dwc:startTimeOfDay '23.364722222222'^^xsd:double;
  dwc:endTimeOfDay '23.364722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '6.5485'^^xsd:double;
  dwc:startLongitude '6.5485'^^xsd:double;
  dwc:endLongitude '6.5485'^^xsd:double;
  dwc:latitude '53.71452'^^xsd:double;
  dwc:startLatitude '53.71452'^^xsd:double;
  dwc:endLatitude '53.71452'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_82'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.725147 6.586783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.725147"^^xsd:decimal ;
  dwc:decimalLongitude "6.586783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_26'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=26'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '20.5875'^^xsd:double;
  dwc:startTimeOfDay '20.5875'^^xsd:double;
  dwc:endTimeOfDay '20.5875'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '6.586783'^^xsd:double;
  dwc:startLongitude '6.586783'^^xsd:double;
  dwc:endLongitude '6.586783'^^xsd:double;
  dwc:latitude '53.725147'^^xsd:double;
  dwc:startLatitude '53.725147'^^xsd:double;
  dwc:endLatitude '53.725147'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_26'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.739632 6.6868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.739632"^^xsd:decimal ;
  dwc:decimalLongitude "6.6868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_27'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=27'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '21.134722222222'^^xsd:double;
  dwc:startTimeOfDay '21.134722222222'^^xsd:double;
  dwc:endTimeOfDay '21.134722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '6.6868'^^xsd:double;
  dwc:startLongitude '6.6868'^^xsd:double;
  dwc:endLongitude '6.6868'^^xsd:double;
  dwc:latitude '53.739632'^^xsd:double;
  dwc:startLatitude '53.739632'^^xsd:double;
  dwc:endLatitude '53.739632'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_27'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.755085 6.804801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.755085"^^xsd:decimal ;
  dwc:decimalLongitude "6.804801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_28'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=28'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '21.756388888889'^^xsd:double;
  dwc:startTimeOfDay '21.756388888889'^^xsd:double;
  dwc:endTimeOfDay '21.756388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '6.804801'^^xsd:double;
  dwc:startLongitude '6.804801'^^xsd:double;
  dwc:endLongitude '6.804801'^^xsd:double;
  dwc:latitude '53.755085'^^xsd:double;
  dwc:startLatitude '53.755085'^^xsd:double;
  dwc:endLatitude '53.755085'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_28'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.734604 6.830417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.734604"^^xsd:decimal ;
  dwc:decimalLongitude "6.830417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_81'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=81'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:julianDay '268'^^xsd:integer;
  dwc:startJulianDay '268'^^xsd:integer;
  dwc:endJulianDay '268'^^xsd:integer;
  dwc:timeOfDay '22.058055555556'^^xsd:double;
  dwc:startTimeOfDay '22.058055555556'^^xsd:double;
  dwc:endTimeOfDay '22.058055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '6.830417'^^xsd:double;
  dwc:startLongitude '6.830417'^^xsd:double;
  dwc:endLongitude '6.830417'^^xsd:double;
  dwc:latitude '53.734604'^^xsd:double;
  dwc:startLatitude '53.734604'^^xsd:double;
  dwc:endLatitude '53.734604'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_81'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.769035 6.869983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.769035"^^xsd:decimal ;
  dwc:decimalLongitude "6.869983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_138'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=138'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:julianDay '151'^^xsd:integer;
  dwc:startJulianDay '151'^^xsd:integer;
  dwc:endJulianDay '151'^^xsd:integer;
  dwc:timeOfDay '5.1908333333333'^^xsd:double;
  dwc:startTimeOfDay '5.1908333333333'^^xsd:double;
  dwc:endTimeOfDay '5.1908333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '6.869983'^^xsd:double;
  dwc:startLongitude '6.869983'^^xsd:double;
  dwc:endLongitude '6.869983'^^xsd:double;
  dwc:latitude '53.769035'^^xsd:double;
  dwc:startLatitude '53.769035'^^xsd:double;
  dwc:endLatitude '53.769035'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_138'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.749836 6.931083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.749836"^^xsd:decimal ;
  dwc:decimalLongitude "6.931083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_80'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=80'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:julianDay '268'^^xsd:integer;
  dwc:startJulianDay '268'^^xsd:integer;
  dwc:endJulianDay '268'^^xsd:integer;
  dwc:timeOfDay '21.622222222222'^^xsd:double;
  dwc:startTimeOfDay '21.622222222222'^^xsd:double;
  dwc:endTimeOfDay '21.622222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '6.931083'^^xsd:double;
  dwc:startLongitude '6.931083'^^xsd:double;
  dwc:endLongitude '6.931083'^^xsd:double;
  dwc:latitude '53.749836'^^xsd:double;
  dwc:startLatitude '53.749836'^^xsd:double;
  dwc:endLatitude '53.749836'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_80'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.826637 7.37855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.826637"^^xsd:decimal ;
  dwc:decimalLongitude "7.37855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_29'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=29'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '0.49027777777778'^^xsd:double;
  dwc:startTimeOfDay '0.49027777777778'^^xsd:double;
  dwc:endTimeOfDay '0.49027777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '7.37855'^^xsd:double;
  dwc:startLongitude '7.37855'^^xsd:double;
  dwc:endLongitude '7.37855'^^xsd:double;
  dwc:latitude '53.826637'^^xsd:double;
  dwc:startLatitude '53.826637'^^xsd:double;
  dwc:endLatitude '53.826637'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_29'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.830185 7.39815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.830185"^^xsd:decimal ;
  dwc:decimalLongitude "7.39815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_30'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=30'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '0.57694444444444'^^xsd:double;
  dwc:startTimeOfDay '0.57694444444444'^^xsd:double;
  dwc:endTimeOfDay '0.57694444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '7.39815'^^xsd:double;
  dwc:startLongitude '7.39815'^^xsd:double;
  dwc:endLongitude '7.39815'^^xsd:double;
  dwc:latitude '53.830185'^^xsd:double;
  dwc:startLatitude '53.830185'^^xsd:double;
  dwc:endLatitude '53.830185'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_30'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.836197 7.431234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.836197"^^xsd:decimal ;
  dwc:decimalLongitude "7.431234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_31'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=31'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '0.74'^^xsd:double;
  dwc:startTimeOfDay '0.74'^^xsd:double;
  dwc:endTimeOfDay '0.74'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '7.431234'^^xsd:double;
  dwc:startLongitude '7.431234'^^xsd:double;
  dwc:endLongitude '7.431234'^^xsd:double;
  dwc:latitude '53.836197'^^xsd:double;
  dwc:startLatitude '53.836197'^^xsd:double;
  dwc:endLatitude '53.836197'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_31'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.861183 7.622583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.861183"^^xsd:decimal ;
  dwc:decimalLongitude "7.622583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_32'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=32'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '1.6861111111111'^^xsd:double;
  dwc:startTimeOfDay '1.6861111111111'^^xsd:double;
  dwc:endTimeOfDay '1.6861111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '7.622583'^^xsd:double;
  dwc:startLongitude '7.622583'^^xsd:double;
  dwc:endLongitude '7.622583'^^xsd:double;
  dwc:latitude '53.861183'^^xsd:double;
  dwc:startLatitude '53.861183'^^xsd:double;
  dwc:endLatitude '53.861183'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_32'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.893269 7.723617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.893269"^^xsd:decimal ;
  dwc:decimalLongitude "7.723617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_79'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=79'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:julianDay '268'^^xsd:integer;
  dwc:startJulianDay '268'^^xsd:integer;
  dwc:endJulianDay '268'^^xsd:integer;
  dwc:timeOfDay '18.143611111111'^^xsd:double;
  dwc:startTimeOfDay '18.143611111111'^^xsd:double;
  dwc:endTimeOfDay '18.143611111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '7.723617'^^xsd:double;
  dwc:startLongitude '7.723617'^^xsd:double;
  dwc:endLongitude '7.723617'^^xsd:double;
  dwc:latitude '53.893269'^^xsd:double;
  dwc:startLatitude '53.893269'^^xsd:double;
  dwc:endLatitude '53.893269'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_79'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.906715 7.802833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.906715"^^xsd:decimal ;
  dwc:decimalLongitude "7.802833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_78'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=78'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:julianDay '268'^^xsd:integer;
  dwc:startJulianDay '268'^^xsd:integer;
  dwc:endJulianDay '268'^^xsd:integer;
  dwc:timeOfDay '17.774722222222'^^xsd:double;
  dwc:startTimeOfDay '17.774722222222'^^xsd:double;
  dwc:endTimeOfDay '17.774722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '7.802833'^^xsd:double;
  dwc:startLongitude '7.802833'^^xsd:double;
  dwc:endLongitude '7.802833'^^xsd:double;
  dwc:latitude '53.906715'^^xsd:double;
  dwc:startLatitude '53.906715'^^xsd:double;
  dwc:endLatitude '53.906715'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_78'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.934032 7.929367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.934032"^^xsd:decimal ;
  dwc:decimalLongitude "7.929367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_33'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=33'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '3.6844444444444'^^xsd:double;
  dwc:startTimeOfDay '3.6844444444444'^^xsd:double;
  dwc:endTimeOfDay '3.6844444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '7.929367'^^xsd:double;
  dwc:startLongitude '7.929367'^^xsd:double;
  dwc:endLongitude '7.929367'^^xsd:double;
  dwc:latitude '53.934032'^^xsd:double;
  dwc:startLatitude '53.934032'^^xsd:double;
  dwc:endLatitude '53.934032'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_33'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.938599 7.945217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.938599"^^xsd:decimal ;
  dwc:decimalLongitude "7.945217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_34'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=34'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '3.8111111111111'^^xsd:double;
  dwc:startTimeOfDay '3.8111111111111'^^xsd:double;
  dwc:endTimeOfDay '3.8111111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '7.945217'^^xsd:double;
  dwc:startLongitude '7.945217'^^xsd:double;
  dwc:endLongitude '7.945217'^^xsd:double;
  dwc:latitude '53.938599'^^xsd:double;
  dwc:startLatitude '53.938599'^^xsd:double;
  dwc:endLatitude '53.938599'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_34'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.959816 8.0108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.959816"^^xsd:decimal ;
  dwc:decimalLongitude "8.0108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_35'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=35'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '4.3888888888889'^^xsd:double;
  dwc:startTimeOfDay '4.3888888888889'^^xsd:double;
  dwc:endTimeOfDay '4.3888888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '8.0108'^^xsd:double;
  dwc:startLongitude '8.0108'^^xsd:double;
  dwc:endLongitude '8.0108'^^xsd:double;
  dwc:latitude '53.959816'^^xsd:double;
  dwc:startLatitude '53.959816'^^xsd:double;
  dwc:endLatitude '53.959816'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_35'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.972801 8.119384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.972801"^^xsd:decimal ;
  dwc:decimalLongitude "8.119384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_36'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=36'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '5.5147222222222'^^xsd:double;
  dwc:startTimeOfDay '5.5147222222222'^^xsd:double;
  dwc:endTimeOfDay '5.5147222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '8.119384'^^xsd:double;
  dwc:startLongitude '8.119384'^^xsd:double;
  dwc:endLongitude '8.119384'^^xsd:double;
  dwc:latitude '53.972801'^^xsd:double;
  dwc:startLatitude '53.972801'^^xsd:double;
  dwc:endLatitude '53.972801'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_36'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.974747 8.132033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.974747"^^xsd:decimal ;
  dwc:decimalLongitude "8.132033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_37'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=37'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '5.6758333333333'^^xsd:double;
  dwc:startTimeOfDay '5.6758333333333'^^xsd:double;
  dwc:endTimeOfDay '5.6758333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '8.132033'^^xsd:double;
  dwc:startLongitude '8.132033'^^xsd:double;
  dwc:endLongitude '8.132033'^^xsd:double;
  dwc:latitude '53.974747'^^xsd:double;
  dwc:startLatitude '53.974747'^^xsd:double;
  dwc:endLatitude '53.974747'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_37'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.985272 8.207067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.985272"^^xsd:decimal ;
  dwc:decimalLongitude "8.207067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_139'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=139'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:julianDay '151'^^xsd:integer;
  dwc:startJulianDay '151'^^xsd:integer;
  dwc:endJulianDay '151'^^xsd:integer;
  dwc:timeOfDay '12.171388888889'^^xsd:double;
  dwc:startTimeOfDay '12.171388888889'^^xsd:double;
  dwc:endTimeOfDay '12.171388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '8.207067'^^xsd:double;
  dwc:startLongitude '8.207067'^^xsd:double;
  dwc:endLongitude '8.207067'^^xsd:double;
  dwc:latitude '53.985272'^^xsd:double;
  dwc:startLatitude '53.985272'^^xsd:double;
  dwc:endLatitude '53.985272'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_139'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.049137 9.556383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.049137"^^xsd:decimal ;
  dwc:decimalLongitude "9.556383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_319'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=319'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:startJulianDay '219'^^xsd:integer;
  dwc:endJulianDay '219'^^xsd:integer;
  dwc:timeOfDay '6.4430555555556'^^xsd:double;
  dwc:startTimeOfDay '6.4430555555556'^^xsd:double;
  dwc:endTimeOfDay '6.4430555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.556383'^^xsd:double;
  dwc:startLongitude '9.556383'^^xsd:double;
  dwc:endLongitude '9.556383'^^xsd:double;
  dwc:latitude '55.049137'^^xsd:double;
  dwc:startLatitude '55.049137'^^xsd:double;
  dwc:endLatitude '55.049137'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_319'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.049252 9.558766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.049252"^^xsd:decimal ;
  dwc:decimalLongitude "9.558766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_320'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=320'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:startJulianDay '219'^^xsd:integer;
  dwc:endJulianDay '219'^^xsd:integer;
  dwc:timeOfDay '6.4572222222222'^^xsd:double;
  dwc:startTimeOfDay '6.4572222222222'^^xsd:double;
  dwc:endTimeOfDay '6.4572222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.558766'^^xsd:double;
  dwc:startLongitude '9.558766'^^xsd:double;
  dwc:endLongitude '9.558766'^^xsd:double;
  dwc:latitude '55.049252'^^xsd:double;
  dwc:startLatitude '55.049252'^^xsd:double;
  dwc:endLatitude '55.049252'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_320'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.759514 9.588267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.759514"^^xsd:decimal ;
  dwc:decimalLongitude "9.588267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_416'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=416'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '21.5725'^^xsd:double;
  dwc:startTimeOfDay '21.5725'^^xsd:double;
  dwc:endTimeOfDay '21.5725'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.588267'^^xsd:double;
  dwc:startLongitude '9.588267'^^xsd:double;
  dwc:endLongitude '9.588267'^^xsd:double;
  dwc:latitude '57.759514'^^xsd:double;
  dwc:startLatitude '57.759514'^^xsd:double;
  dwc:endLatitude '57.759514'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_416'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163014 9.602934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163014"^^xsd:decimal ;
  dwc:decimalLongitude "9.602934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_168'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=168'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '7.4916666666667'^^xsd:double;
  dwc:startTimeOfDay '7.4916666666667'^^xsd:double;
  dwc:endTimeOfDay '7.4916666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.602934'^^xsd:double;
  dwc:startLongitude '9.602934'^^xsd:double;
  dwc:endLongitude '9.602934'^^xsd:double;
  dwc:latitude '55.163014'^^xsd:double;
  dwc:startLatitude '55.163014'^^xsd:double;
  dwc:endLatitude '55.163014'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_168'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.133251 9.61995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.133251"^^xsd:decimal ;
  dwc:decimalLongitude "9.61995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_169'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=169'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '7.8136111111111'^^xsd:double;
  dwc:startTimeOfDay '7.8136111111111'^^xsd:double;
  dwc:endTimeOfDay '7.8136111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.61995'^^xsd:double;
  dwc:startLongitude '9.61995'^^xsd:double;
  dwc:endLongitude '9.61995'^^xsd:double;
  dwc:latitude '55.133251'^^xsd:double;
  dwc:startLatitude '55.133251'^^xsd:double;
  dwc:endLatitude '55.133251'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_169'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05825 9.628483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05825"^^xsd:decimal ;
  dwc:decimalLongitude "9.628483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_321'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=321'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:startJulianDay '219'^^xsd:integer;
  dwc:endJulianDay '219'^^xsd:integer;
  dwc:timeOfDay '6.9888888888889'^^xsd:double;
  dwc:startTimeOfDay '6.9888888888889'^^xsd:double;
  dwc:endTimeOfDay '6.9888888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.628483'^^xsd:double;
  dwc:startLongitude '9.628483'^^xsd:double;
  dwc:endLongitude '9.628483'^^xsd:double;
  dwc:latitude '55.05825'^^xsd:double;
  dwc:startLatitude '55.05825'^^xsd:double;
  dwc:endLatitude '55.05825'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_321'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.106697 9.637667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.106697"^^xsd:decimal ;
  dwc:decimalLongitude "9.637667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_170'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=170'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '8.1027777777778'^^xsd:double;
  dwc:startTimeOfDay '8.1027777777778'^^xsd:double;
  dwc:endTimeOfDay '8.1027777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.637667'^^xsd:double;
  dwc:startLongitude '9.637667'^^xsd:double;
  dwc:endLongitude '9.637667'^^xsd:double;
  dwc:latitude '55.106697'^^xsd:double;
  dwc:startLatitude '55.106697'^^xsd:double;
  dwc:endLatitude '55.106697'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_170'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.09935 9.642766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.09935"^^xsd:decimal ;
  dwc:decimalLongitude "9.642766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_171'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=171'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '8.1819444444444'^^xsd:double;
  dwc:startTimeOfDay '8.1819444444444'^^xsd:double;
  dwc:endTimeOfDay '8.1819444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.642766'^^xsd:double;
  dwc:startLongitude '9.642766'^^xsd:double;
  dwc:endLongitude '9.642766'^^xsd:double;
  dwc:latitude '55.09935'^^xsd:double;
  dwc:startLatitude '55.09935'^^xsd:double;
  dwc:endLatitude '55.09935'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_171'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.169067 9.651016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.169067"^^xsd:decimal ;
  dwc:decimalLongitude "9.651016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_167'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=167'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:startTimeOfDay '6.9'^^xsd:double;
  dwc:endTimeOfDay '6.9'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.651016'^^xsd:double;
  dwc:startLongitude '9.651016'^^xsd:double;
  dwc:endLongitude '9.651016'^^xsd:double;
  dwc:latitude '55.169067'^^xsd:double;
  dwc:startLatitude '55.169067'^^xsd:double;
  dwc:endLatitude '55.169067'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_167'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.169434 9.652516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.169434"^^xsd:decimal ;
  dwc:decimalLongitude "9.652516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_166'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=166'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '6.8902777777778'^^xsd:double;
  dwc:startTimeOfDay '6.8902777777778'^^xsd:double;
  dwc:endTimeOfDay '6.8902777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.652516'^^xsd:double;
  dwc:startLongitude '9.652516'^^xsd:double;
  dwc:endLongitude '9.652516'^^xsd:double;
  dwc:latitude '55.169434'^^xsd:double;
  dwc:startLatitude '55.169434'^^xsd:double;
  dwc:endLatitude '55.169434'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_166'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.079418 9.656584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.079418"^^xsd:decimal ;
  dwc:decimalLongitude "9.656584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_350'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=350'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '11.951111111111'^^xsd:double;
  dwc:startTimeOfDay '11.951111111111'^^xsd:double;
  dwc:endTimeOfDay '11.951111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.656584'^^xsd:double;
  dwc:startLongitude '9.656584'^^xsd:double;
  dwc:endLongitude '9.656584'^^xsd:double;
  dwc:latitude '55.079418'^^xsd:double;
  dwc:startLatitude '55.079418'^^xsd:double;
  dwc:endLatitude '55.079418'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_350'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.404736 9.671734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.404736"^^xsd:decimal ;
  dwc:decimalLongitude "9.671734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_363'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=363'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '10.085833333333'^^xsd:double;
  dwc:startTimeOfDay '10.085833333333'^^xsd:double;
  dwc:endTimeOfDay '10.085833333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.671734'^^xsd:double;
  dwc:startLongitude '9.671734'^^xsd:double;
  dwc:endLongitude '9.671734'^^xsd:double;
  dwc:latitude '55.404736'^^xsd:double;
  dwc:startLatitude '55.404736'^^xsd:double;
  dwc:endLatitude '55.404736'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_363'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.40477 9.678433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.40477"^^xsd:decimal ;
  dwc:decimalLongitude "9.678433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_362'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=362'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '10.040277777778'^^xsd:double;
  dwc:startTimeOfDay '10.040277777778'^^xsd:double;
  dwc:endTimeOfDay '10.040277777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.678433'^^xsd:double;
  dwc:startLongitude '9.678433'^^xsd:double;
  dwc:endLongitude '9.678433'^^xsd:double;
  dwc:latitude '55.40477'^^xsd:double;
  dwc:startLatitude '55.40477'^^xsd:double;
  dwc:endLatitude '55.40477'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_362'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.174282 9.683916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.174282"^^xsd:decimal ;
  dwc:decimalLongitude "9.683916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_349'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=349'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '10.094166666667'^^xsd:double;
  dwc:startTimeOfDay '10.094166666667'^^xsd:double;
  dwc:endTimeOfDay '10.094166666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.683916'^^xsd:double;
  dwc:startLongitude '9.683916'^^xsd:double;
  dwc:endLongitude '9.683916'^^xsd:double;
  dwc:latitude '55.174282'^^xsd:double;
  dwc:startLatitude '55.174282'^^xsd:double;
  dwc:endLatitude '55.174282'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_349'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.118565 9.6921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.118565"^^xsd:decimal ;
  dwc:decimalLongitude "9.6921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_322'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=322'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:startJulianDay '219'^^xsd:integer;
  dwc:endJulianDay '219'^^xsd:integer;
  dwc:timeOfDay '7.7180555555556'^^xsd:double;
  dwc:startTimeOfDay '7.7180555555556'^^xsd:double;
  dwc:endTimeOfDay '7.7180555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.6921'^^xsd:double;
  dwc:startLongitude '9.6921'^^xsd:double;
  dwc:endLongitude '9.6921'^^xsd:double;
  dwc:latitude '55.118565'^^xsd:double;
  dwc:startLatitude '55.118565'^^xsd:double;
  dwc:endLatitude '55.118565'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_322'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.338882 9.694317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.338882"^^xsd:decimal ;
  dwc:decimalLongitude "9.694317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_364'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=364'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '12.953333333333'^^xsd:double;
  dwc:startTimeOfDay '12.953333333333'^^xsd:double;
  dwc:endTimeOfDay '12.953333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.694317'^^xsd:double;
  dwc:startLongitude '9.694317'^^xsd:double;
  dwc:endLongitude '9.694317'^^xsd:double;
  dwc:latitude '55.338882'^^xsd:double;
  dwc:startLatitude '55.338882'^^xsd:double;
  dwc:endLatitude '55.338882'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_364'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.087353 9.695766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.087353"^^xsd:decimal ;
  dwc:decimalLongitude "9.695766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_172'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=172'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '8.7277777777778'^^xsd:double;
  dwc:startTimeOfDay '8.7277777777778'^^xsd:double;
  dwc:endTimeOfDay '8.7277777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.695766'^^xsd:double;
  dwc:startLongitude '9.695766'^^xsd:double;
  dwc:endLongitude '9.695766'^^xsd:double;
  dwc:latitude '55.087353'^^xsd:double;
  dwc:startLatitude '55.087353'^^xsd:double;
  dwc:endLatitude '55.087353'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_172'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.128948 9.700284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.128948"^^xsd:decimal ;
  dwc:decimalLongitude "9.700284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_323'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=323'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:startJulianDay '219'^^xsd:integer;
  dwc:endJulianDay '219'^^xsd:integer;
  dwc:timeOfDay '7.8341666666667'^^xsd:double;
  dwc:startTimeOfDay '7.8341666666667'^^xsd:double;
  dwc:endTimeOfDay '7.8341666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.700284'^^xsd:double;
  dwc:startLongitude '9.700284'^^xsd:double;
  dwc:endLongitude '9.700284'^^xsd:double;
  dwc:latitude '55.128948'^^xsd:double;
  dwc:startLatitude '55.128948'^^xsd:double;
  dwc:endLatitude '55.128948'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_323'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.089565 9.702383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.089565"^^xsd:decimal ;
  dwc:decimalLongitude "9.702383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_173'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=173'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '8.7691666666667'^^xsd:double;
  dwc:startTimeOfDay '8.7691666666667'^^xsd:double;
  dwc:endTimeOfDay '8.7691666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.702383'^^xsd:double;
  dwc:startLongitude '9.702383'^^xsd:double;
  dwc:endLongitude '9.702383'^^xsd:double;
  dwc:latitude '55.089565'^^xsd:double;
  dwc:startLatitude '55.089565'^^xsd:double;
  dwc:endLatitude '55.089565'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_173'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.090469 9.704934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.090469"^^xsd:decimal ;
  dwc:decimalLongitude "9.704934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_174'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=174'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '8.7844444444444'^^xsd:double;
  dwc:startTimeOfDay '8.7844444444444'^^xsd:double;
  dwc:endTimeOfDay '8.7844444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.704934'^^xsd:double;
  dwc:startLongitude '9.704934'^^xsd:double;
  dwc:endLongitude '9.704934'^^xsd:double;
  dwc:latitude '55.090469'^^xsd:double;
  dwc:startLatitude '55.090469'^^xsd:double;
  dwc:endLatitude '55.090469'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_174'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.331997 9.710717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.331997"^^xsd:decimal ;
  dwc:decimalLongitude "9.710717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_365'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=365'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '13.091388888889'^^xsd:double;
  dwc:startTimeOfDay '13.091388888889'^^xsd:double;
  dwc:endTimeOfDay '13.091388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.710717'^^xsd:double;
  dwc:startLongitude '9.710717'^^xsd:double;
  dwc:endLongitude '9.710717'^^xsd:double;
  dwc:latitude '55.331997'^^xsd:double;
  dwc:startLatitude '55.331997'^^xsd:double;
  dwc:endLatitude '55.331997'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_365'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.397835 9.71295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.397835"^^xsd:decimal ;
  dwc:decimalLongitude "9.71295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_361'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=361'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '9.8155555555556'^^xsd:double;
  dwc:startTimeOfDay '9.8155555555556'^^xsd:double;
  dwc:endTimeOfDay '9.8155555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.71295'^^xsd:double;
  dwc:startLongitude '9.71295'^^xsd:double;
  dwc:endLongitude '9.71295'^^xsd:double;
  dwc:latitude '55.397835'^^xsd:double;
  dwc:startLatitude '55.397835'^^xsd:double;
  dwc:endLatitude '55.397835'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_361'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.338753 9.713484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.338753"^^xsd:decimal ;
  dwc:decimalLongitude "9.713484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_353'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=353'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '8.0088888888889'^^xsd:double;
  dwc:startTimeOfDay '8.0088888888889'^^xsd:double;
  dwc:endTimeOfDay '8.0088888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.713484'^^xsd:double;
  dwc:startLongitude '9.713484'^^xsd:double;
  dwc:endLongitude '9.713484'^^xsd:double;
  dwc:latitude '55.338753'^^xsd:double;
  dwc:startLatitude '55.338753'^^xsd:double;
  dwc:endLatitude '55.338753'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_353'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.092651 9.716134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.092651"^^xsd:decimal ;
  dwc:decimalLongitude "9.716134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_175'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=175'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '8.8558333333333'^^xsd:double;
  dwc:startTimeOfDay '8.8558333333333'^^xsd:double;
  dwc:endTimeOfDay '8.8558333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.716134'^^xsd:double;
  dwc:startLongitude '9.716134'^^xsd:double;
  dwc:endLongitude '9.716134'^^xsd:double;
  dwc:latitude '55.092651'^^xsd:double;
  dwc:startLatitude '55.092651'^^xsd:double;
  dwc:endLatitude '55.092651'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_175'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.150318 9.718617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.150318"^^xsd:decimal ;
  dwc:decimalLongitude "9.718617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_324'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=324'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:startJulianDay '219'^^xsd:integer;
  dwc:endJulianDay '219'^^xsd:integer;
  dwc:timeOfDay '8.0713888888889'^^xsd:double;
  dwc:startTimeOfDay '8.0713888888889'^^xsd:double;
  dwc:endTimeOfDay '8.0713888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.718617'^^xsd:double;
  dwc:startLongitude '9.718617'^^xsd:double;
  dwc:endLongitude '9.718617'^^xsd:double;
  dwc:latitude '55.150318'^^xsd:double;
  dwc:startLatitude '55.150318'^^xsd:double;
  dwc:endLatitude '55.150318'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_324'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.20792 9.721917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.20792"^^xsd:decimal ;
  dwc:decimalLongitude "9.721917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_351'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=351'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '13.054166666667'^^xsd:double;
  dwc:startTimeOfDay '13.054166666667'^^xsd:double;
  dwc:endTimeOfDay '13.054166666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.721917'^^xsd:double;
  dwc:startLongitude '9.721917'^^xsd:double;
  dwc:endLongitude '9.721917'^^xsd:double;
  dwc:latitude '55.20792'^^xsd:double;
  dwc:startLatitude '55.20792'^^xsd:double;
  dwc:endLatitude '55.20792'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_351'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.132015 9.723184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.132015"^^xsd:decimal ;
  dwc:decimalLongitude "9.723184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_348'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=348'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '9.6052777777778'^^xsd:double;
  dwc:startTimeOfDay '9.6052777777778'^^xsd:double;
  dwc:endTimeOfDay '9.6052777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.723184'^^xsd:double;
  dwc:startLongitude '9.723184'^^xsd:double;
  dwc:endLongitude '9.723184'^^xsd:double;
  dwc:latitude '55.132015'^^xsd:double;
  dwc:startLatitude '55.132015'^^xsd:double;
  dwc:endLatitude '55.132015'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_348'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.193115 9.723784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.193115"^^xsd:decimal ;
  dwc:decimalLongitude "9.723784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_165'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=165'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '6.4472222222222'^^xsd:double;
  dwc:startTimeOfDay '6.4472222222222'^^xsd:double;
  dwc:endTimeOfDay '6.4472222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.723784'^^xsd:double;
  dwc:startLongitude '9.723784'^^xsd:double;
  dwc:endLongitude '9.723784'^^xsd:double;
  dwc:latitude '55.193115'^^xsd:double;
  dwc:startLatitude '55.193115'^^xsd:double;
  dwc:endLatitude '55.193115'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_165'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.245598 9.725984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.245598"^^xsd:decimal ;
  dwc:decimalLongitude "9.725984"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_366'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=366'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '223'^^xsd:integer;
  dwc:startJulianDay '223'^^xsd:integer;
  dwc:endJulianDay '223'^^xsd:integer;
  dwc:timeOfDay '4.4783333333333'^^xsd:double;
  dwc:startTimeOfDay '4.4783333333333'^^xsd:double;
  dwc:endTimeOfDay '4.4783333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.725984'^^xsd:double;
  dwc:startLongitude '9.725984'^^xsd:double;
  dwc:endLongitude '9.725984'^^xsd:double;
  dwc:latitude '55.245598'^^xsd:double;
  dwc:startLatitude '55.245598'^^xsd:double;
  dwc:endLatitude '55.245598'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_366'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.759831 9.726183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.759831"^^xsd:decimal ;
  dwc:decimalLongitude "9.726183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_415'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=415'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '20.938333333333'^^xsd:double;
  dwc:startTimeOfDay '20.938333333333'^^xsd:double;
  dwc:endTimeOfDay '20.938333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.726183'^^xsd:double;
  dwc:startLongitude '9.726183'^^xsd:double;
  dwc:endLongitude '9.726183'^^xsd:double;
  dwc:latitude '57.759831'^^xsd:double;
  dwc:startLatitude '57.759831'^^xsd:double;
  dwc:endLatitude '57.759831'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_415'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.222069 9.7262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.222069"^^xsd:decimal ;
  dwc:decimalLongitude "9.7262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_352'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=352'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '13.189166666667'^^xsd:double;
  dwc:startTimeOfDay '13.189166666667'^^xsd:double;
  dwc:endTimeOfDay '13.189166666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.7262'^^xsd:double;
  dwc:startLongitude '9.7262'^^xsd:double;
  dwc:endLongitude '9.7262'^^xsd:double;
  dwc:latitude '55.222069'^^xsd:double;
  dwc:startLatitude '55.222069'^^xsd:double;
  dwc:endLatitude '55.222069'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_352'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.094151 9.726216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.094151"^^xsd:decimal ;
  dwc:decimalLongitude "9.726216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_176'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=176'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '8.9144444444445'^^xsd:double;
  dwc:startTimeOfDay '8.9144444444445'^^xsd:double;
  dwc:endTimeOfDay '8.9144444444445'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.726216'^^xsd:double;
  dwc:startLongitude '9.726216'^^xsd:double;
  dwc:endLongitude '9.726216'^^xsd:double;
  dwc:latitude '55.094151'^^xsd:double;
  dwc:startLatitude '55.094151'^^xsd:double;
  dwc:endLatitude '55.094151'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_176'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.242302 9.727099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.242302"^^xsd:decimal ;
  dwc:decimalLongitude "9.727099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_367'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=367'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '223'^^xsd:integer;
  dwc:startJulianDay '223'^^xsd:integer;
  dwc:endJulianDay '223'^^xsd:integer;
  dwc:timeOfDay '4.5083333333333'^^xsd:double;
  dwc:startTimeOfDay '4.5083333333333'^^xsd:double;
  dwc:endTimeOfDay '4.5083333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.727099'^^xsd:double;
  dwc:startLongitude '9.727099'^^xsd:double;
  dwc:endLongitude '9.727099'^^xsd:double;
  dwc:latitude '55.242302'^^xsd:double;
  dwc:startLatitude '55.242302'^^xsd:double;
  dwc:endLatitude '55.242302'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_367'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.246231 9.727367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.246231"^^xsd:decimal ;
  dwc:decimalLongitude "9.727367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_157'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=157'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '5.8872222222222'^^xsd:double;
  dwc:startTimeOfDay '5.8872222222222'^^xsd:double;
  dwc:endTimeOfDay '5.8872222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.727367'^^xsd:double;
  dwc:startLongitude '9.727367'^^xsd:double;
  dwc:endLongitude '9.727367'^^xsd:double;
  dwc:latitude '55.246231'^^xsd:double;
  dwc:startLatitude '55.246231'^^xsd:double;
  dwc:endLatitude '55.246231'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_157'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.242081 9.727833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.242081"^^xsd:decimal ;
  dwc:decimalLongitude "9.727833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_156'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=156'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '17.111666666667'^^xsd:double;
  dwc:startTimeOfDay '17.111666666667'^^xsd:double;
  dwc:endTimeOfDay '17.111666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.727833'^^xsd:double;
  dwc:startLongitude '9.727833'^^xsd:double;
  dwc:endLongitude '9.727833'^^xsd:double;
  dwc:latitude '55.242081'^^xsd:double;
  dwc:startLatitude '55.242081'^^xsd:double;
  dwc:endLatitude '55.242081'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_156'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.244549 9.728533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.244549"^^xsd:decimal ;
  dwc:decimalLongitude "9.728533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_158'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=158'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '5.9108333333333'^^xsd:double;
  dwc:startTimeOfDay '5.9108333333333'^^xsd:double;
  dwc:endTimeOfDay '5.9108333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.728533'^^xsd:double;
  dwc:startLongitude '9.728533'^^xsd:double;
  dwc:endLongitude '9.728533'^^xsd:double;
  dwc:latitude '55.244549'^^xsd:double;
  dwc:startLatitude '55.244549'^^xsd:double;
  dwc:endLatitude '55.244549'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_158'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.363682 9.72955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.363682"^^xsd:decimal ;
  dwc:decimalLongitude "9.72955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_354'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=354'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '8.6675'^^xsd:double;
  dwc:startTimeOfDay '8.6675'^^xsd:double;
  dwc:endTimeOfDay '8.6675'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.72955'^^xsd:double;
  dwc:startLongitude '9.72955'^^xsd:double;
  dwc:endLongitude '9.72955'^^xsd:double;
  dwc:latitude '55.363682'^^xsd:double;
  dwc:startLatitude '55.363682'^^xsd:double;
  dwc:endLatitude '55.363682'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_354'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.205998 9.72985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.205998"^^xsd:decimal ;
  dwc:decimalLongitude "9.72985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_164'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=164'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '6.3155555555556'^^xsd:double;
  dwc:startTimeOfDay '6.3155555555556'^^xsd:double;
  dwc:endTimeOfDay '6.3155555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.72985'^^xsd:double;
  dwc:startLongitude '9.72985'^^xsd:double;
  dwc:endLongitude '9.72985'^^xsd:double;
  dwc:latitude '55.205998'^^xsd:double;
  dwc:startLatitude '55.205998'^^xsd:double;
  dwc:endLatitude '55.205998'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_164'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.209637 9.729983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.209637"^^xsd:decimal ;
  dwc:decimalLongitude "9.729983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_163'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=163'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '6.2827777777778'^^xsd:double;
  dwc:startTimeOfDay '6.2827777777778'^^xsd:double;
  dwc:endTimeOfDay '6.2827777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.729983'^^xsd:double;
  dwc:startLongitude '9.729983'^^xsd:double;
  dwc:endLongitude '9.729983'^^xsd:double;
  dwc:latitude '55.209637'^^xsd:double;
  dwc:startLatitude '55.209637'^^xsd:double;
  dwc:endLatitude '55.209637'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_163'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.212898 9.730216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.212898"^^xsd:decimal ;
  dwc:decimalLongitude "9.730216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_162'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=162'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '6.2505555555556'^^xsd:double;
  dwc:startTimeOfDay '6.2505555555556'^^xsd:double;
  dwc:endTimeOfDay '6.2505555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.730216'^^xsd:double;
  dwc:startLongitude '9.730216'^^xsd:double;
  dwc:endLongitude '9.730216'^^xsd:double;
  dwc:latitude '55.212898'^^xsd:double;
  dwc:startLatitude '55.212898'^^xsd:double;
  dwc:endLatitude '55.212898'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_162'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.213966 9.730284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.213966"^^xsd:decimal ;
  dwc:decimalLongitude "9.730284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_161'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=161'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '6.2433333333333'^^xsd:double;
  dwc:startTimeOfDay '6.2433333333333'^^xsd:double;
  dwc:endTimeOfDay '6.2433333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.730284'^^xsd:double;
  dwc:startLongitude '9.730284'^^xsd:double;
  dwc:endLongitude '9.730284'^^xsd:double;
  dwc:latitude '55.213966'^^xsd:double;
  dwc:startLatitude '55.213966'^^xsd:double;
  dwc:endLatitude '55.213966'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_161'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.222347 9.7309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.222347"^^xsd:decimal ;
  dwc:decimalLongitude "9.7309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_160'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=160'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '6.1619444444444'^^xsd:double;
  dwc:startTimeOfDay '6.1619444444444'^^xsd:double;
  dwc:endTimeOfDay '6.1619444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.7309'^^xsd:double;
  dwc:startLongitude '9.7309'^^xsd:double;
  dwc:endLongitude '9.7309'^^xsd:double;
  dwc:latitude '55.222347'^^xsd:double;
  dwc:startLatitude '55.222347'^^xsd:double;
  dwc:endLatitude '55.222347'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_160'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.22855 9.731584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.22855"^^xsd:decimal ;
  dwc:decimalLongitude "9.731584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_159'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=159'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '6.0947222222222'^^xsd:double;
  dwc:startTimeOfDay '6.0947222222222'^^xsd:double;
  dwc:endTimeOfDay '6.0947222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.731584'^^xsd:double;
  dwc:startLongitude '9.731584'^^xsd:double;
  dwc:endLongitude '9.731584'^^xsd:double;
  dwc:latitude '55.22855'^^xsd:double;
  dwc:startLatitude '55.22855'^^xsd:double;
  dwc:endLatitude '55.22855'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_159'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.102318 9.744917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.102318"^^xsd:decimal ;
  dwc:decimalLongitude "9.744917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_177'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=177'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '9.0630555555556'^^xsd:double;
  dwc:startTimeOfDay '9.0630555555556'^^xsd:double;
  dwc:endTimeOfDay '9.0630555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.744917'^^xsd:double;
  dwc:startLongitude '9.744917'^^xsd:double;
  dwc:endLongitude '9.744917'^^xsd:double;
  dwc:latitude '55.102318'^^xsd:double;
  dwc:startLatitude '55.102318'^^xsd:double;
  dwc:endLatitude '55.102318'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_177'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.362785 9.765583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.362785"^^xsd:decimal ;
  dwc:decimalLongitude "9.765583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_359'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=359'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '9.2627777777778'^^xsd:double;
  dwc:startTimeOfDay '9.2627777777778'^^xsd:double;
  dwc:endTimeOfDay '9.2627777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.765583'^^xsd:double;
  dwc:startLongitude '9.765583'^^xsd:double;
  dwc:endLongitude '9.765583'^^xsd:double;
  dwc:latitude '55.362785'^^xsd:double;
  dwc:startLatitude '55.362785'^^xsd:double;
  dwc:endLatitude '55.362785'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_359'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.362835 9.766084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.362835"^^xsd:decimal ;
  dwc:decimalLongitude "9.766084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_356'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=356'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '9.1633333333333'^^xsd:double;
  dwc:startTimeOfDay '9.1633333333333'^^xsd:double;
  dwc:endTimeOfDay '9.1633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.766084'^^xsd:double;
  dwc:startLongitude '9.766084'^^xsd:double;
  dwc:endLongitude '9.766084'^^xsd:double;
  dwc:latitude '55.362835'^^xsd:double;
  dwc:startLatitude '55.362835'^^xsd:double;
  dwc:endLatitude '55.362835'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_356'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.362705 9.766316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.362705"^^xsd:decimal ;
  dwc:decimalLongitude "9.766316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_360'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=360'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '9.3191666666667'^^xsd:double;
  dwc:startTimeOfDay '9.3191666666667'^^xsd:double;
  dwc:endTimeOfDay '9.3191666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.766316'^^xsd:double;
  dwc:startLongitude '9.766316'^^xsd:double;
  dwc:endLongitude '9.766316'^^xsd:double;
  dwc:latitude '55.362705'^^xsd:double;
  dwc:startLatitude '55.362705'^^xsd:double;
  dwc:endLatitude '55.362705'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_360'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.363884 9.76745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.363884"^^xsd:decimal ;
  dwc:decimalLongitude "9.76745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_355'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=355'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '8.9686111111111'^^xsd:double;
  dwc:startTimeOfDay '8.9686111111111'^^xsd:double;
  dwc:endTimeOfDay '8.9686111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.76745'^^xsd:double;
  dwc:startLongitude '9.76745'^^xsd:double;
  dwc:endLongitude '9.76745'^^xsd:double;
  dwc:latitude '55.363884'^^xsd:double;
  dwc:startLatitude '55.363884'^^xsd:double;
  dwc:endLatitude '55.363884'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_355'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.360416 9.767484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.360416"^^xsd:decimal ;
  dwc:decimalLongitude "9.767484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_357'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=357'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '9.2258333333333'^^xsd:double;
  dwc:startTimeOfDay '9.2258333333333'^^xsd:double;
  dwc:endTimeOfDay '9.2258333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.767484'^^xsd:double;
  dwc:startLongitude '9.767484'^^xsd:double;
  dwc:endLongitude '9.767484'^^xsd:double;
  dwc:latitude '55.360416'^^xsd:double;
  dwc:startLatitude '55.360416'^^xsd:double;
  dwc:endLatitude '55.360416'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_357'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.360897 9.767567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.360897"^^xsd:decimal ;
  dwc:decimalLongitude "9.767567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_358'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=358'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '9.2366666666667'^^xsd:double;
  dwc:startTimeOfDay '9.2366666666667'^^xsd:double;
  dwc:endTimeOfDay '9.2366666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.767567'^^xsd:double;
  dwc:startLongitude '9.767567'^^xsd:double;
  dwc:endLongitude '9.767567'^^xsd:double;
  dwc:latitude '55.360897'^^xsd:double;
  dwc:startLatitude '55.360897'^^xsd:double;
  dwc:endLatitude '55.360897'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_358'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.210133 9.7793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.210133"^^xsd:decimal ;
  dwc:decimalLongitude "9.7793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_368'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=368'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '223'^^xsd:integer;
  dwc:startJulianDay '223'^^xsd:integer;
  dwc:endJulianDay '223'^^xsd:integer;
  dwc:timeOfDay '4.9497222222222'^^xsd:double;
  dwc:startTimeOfDay '4.9497222222222'^^xsd:double;
  dwc:endTimeOfDay '4.9497222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.7793'^^xsd:double;
  dwc:startLongitude '9.7793'^^xsd:double;
  dwc:endLongitude '9.7793'^^xsd:double;
  dwc:latitude '55.210133'^^xsd:double;
  dwc:startLatitude '55.210133'^^xsd:double;
  dwc:endLatitude '55.210133'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_368'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18483 9.7832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.18483"^^xsd:decimal ;
  dwc:decimalLongitude "9.7832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_155'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=155'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '16.525555555556'^^xsd:double;
  dwc:startTimeOfDay '16.525555555556'^^xsd:double;
  dwc:endTimeOfDay '16.525555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.7832'^^xsd:double;
  dwc:startLongitude '9.7832'^^xsd:double;
  dwc:endLongitude '9.7832'^^xsd:double;
  dwc:latitude '55.18483'^^xsd:double;
  dwc:startLatitude '55.18483'^^xsd:double;
  dwc:endLatitude '55.18483'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_155'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.15062 9.80255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.15062"^^xsd:decimal ;
  dwc:decimalLongitude "9.80255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_154'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=154'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '16.253055555556'^^xsd:double;
  dwc:startTimeOfDay '16.253055555556'^^xsd:double;
  dwc:endTimeOfDay '16.253055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.80255'^^xsd:double;
  dwc:startLongitude '9.80255'^^xsd:double;
  dwc:endLongitude '9.80255'^^xsd:double;
  dwc:latitude '55.15062'^^xsd:double;
  dwc:startLatitude '55.15062'^^xsd:double;
  dwc:endLatitude '55.15062'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_154'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.148136 9.80305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.148136"^^xsd:decimal ;
  dwc:decimalLongitude "9.80305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_153'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=153'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '16.235555555556'^^xsd:double;
  dwc:startTimeOfDay '16.235555555556'^^xsd:double;
  dwc:endTimeOfDay '16.235555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.80305'^^xsd:double;
  dwc:startLongitude '9.80305'^^xsd:double;
  dwc:endLongitude '9.80305'^^xsd:double;
  dwc:latitude '55.148136'^^xsd:double;
  dwc:startLatitude '55.148136'^^xsd:double;
  dwc:endLatitude '55.148136'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_153'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.16573 9.805483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.16573"^^xsd:decimal ;
  dwc:decimalLongitude "9.805483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_178'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=178'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '9.7561111111111'^^xsd:double;
  dwc:startTimeOfDay '9.7561111111111'^^xsd:double;
  dwc:endTimeOfDay '9.7561111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.805483'^^xsd:double;
  dwc:startLongitude '9.805483'^^xsd:double;
  dwc:endLongitude '9.805483'^^xsd:double;
  dwc:latitude '55.16573'^^xsd:double;
  dwc:startLatitude '55.16573'^^xsd:double;
  dwc:endLatitude '55.16573'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_178'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.828281 9.807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.828281"^^xsd:decimal ;
  dwc:decimalLongitude "9.807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_318'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=318'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '14.6725'^^xsd:double;
  dwc:startTimeOfDay '14.6725'^^xsd:double;
  dwc:endTimeOfDay '14.6725'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.807'^^xsd:double;
  dwc:startLongitude '9.807'^^xsd:double;
  dwc:endLongitude '9.807'^^xsd:double;
  dwc:latitude '54.828281'^^xsd:double;
  dwc:startLatitude '54.828281'^^xsd:double;
  dwc:endLatitude '54.828281'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_318'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.259049 9.813283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.259049"^^xsd:decimal ;
  dwc:decimalLongitude "9.813283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_325'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=325'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:startJulianDay '219'^^xsd:integer;
  dwc:endJulianDay '219'^^xsd:integer;
  dwc:timeOfDay '9.2747222222222'^^xsd:double;
  dwc:startTimeOfDay '9.2747222222222'^^xsd:double;
  dwc:endTimeOfDay '9.2747222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.813283'^^xsd:double;
  dwc:startLongitude '9.813283'^^xsd:double;
  dwc:endLongitude '9.813283'^^xsd:double;
  dwc:latitude '55.259049'^^xsd:double;
  dwc:startLatitude '55.259049'^^xsd:double;
  dwc:endLatitude '55.259049'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_325'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.111305 9.815784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.111305"^^xsd:decimal ;
  dwc:decimalLongitude "9.815784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_152'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=152'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '15.926666666667'^^xsd:double;
  dwc:startTimeOfDay '15.926666666667'^^xsd:double;
  dwc:endTimeOfDay '15.926666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.815784'^^xsd:double;
  dwc:startLongitude '9.815784'^^xsd:double;
  dwc:endLongitude '9.815784'^^xsd:double;
  dwc:latitude '55.111305'^^xsd:double;
  dwc:startLatitude '55.111305'^^xsd:double;
  dwc:endLatitude '55.111305'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_152'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.270035 9.8222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.270035"^^xsd:decimal ;
  dwc:decimalLongitude "9.8222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_326'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=326'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:startJulianDay '219'^^xsd:integer;
  dwc:endJulianDay '219'^^xsd:integer;
  dwc:timeOfDay '9.4875'^^xsd:double;
  dwc:startTimeOfDay '9.4875'^^xsd:double;
  dwc:endTimeOfDay '9.4875'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.8222'^^xsd:double;
  dwc:startLongitude '9.8222'^^xsd:double;
  dwc:endLongitude '9.8222'^^xsd:double;
  dwc:latitude '55.270035'^^xsd:double;
  dwc:startLatitude '55.270035'^^xsd:double;
  dwc:endLatitude '55.270035'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_326'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.185635 9.822933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.185635"^^xsd:decimal ;
  dwc:decimalLongitude "9.822933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_179'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=179'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '9.9780555555555'^^xsd:double;
  dwc:startTimeOfDay '9.9780555555555'^^xsd:double;
  dwc:endTimeOfDay '9.9780555555555'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.822933'^^xsd:double;
  dwc:startLongitude '9.822933'^^xsd:double;
  dwc:endLongitude '9.822933'^^xsd:double;
  dwc:latitude '55.185635'^^xsd:double;
  dwc:startLatitude '55.185635'^^xsd:double;
  dwc:endLatitude '55.185635'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_179'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18755 9.825016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.18755"^^xsd:decimal ;
  dwc:decimalLongitude "9.825016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_180'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=180'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '10.000277777778'^^xsd:double;
  dwc:startTimeOfDay '10.000277777778'^^xsd:double;
  dwc:endTimeOfDay '10.000277777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.825016'^^xsd:double;
  dwc:startLongitude '9.825016'^^xsd:double;
  dwc:endLongitude '9.825016'^^xsd:double;
  dwc:latitude '55.18755'^^xsd:double;
  dwc:startLatitude '55.18755'^^xsd:double;
  dwc:endLatitude '55.18755'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_180'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.797298 9.837267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.797298"^^xsd:decimal ;
  dwc:decimalLongitude "9.837267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_317'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=317'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '14.011111111111'^^xsd:double;
  dwc:startTimeOfDay '14.011111111111'^^xsd:double;
  dwc:endTimeOfDay '14.011111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.837267'^^xsd:double;
  dwc:startLongitude '9.837267'^^xsd:double;
  dwc:endLongitude '9.837267'^^xsd:double;
  dwc:latitude '54.797298'^^xsd:double;
  dwc:startLatitude '54.797298'^^xsd:double;
  dwc:endLatitude '54.797298'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_317'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.078701 9.845183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.078701"^^xsd:decimal ;
  dwc:decimalLongitude "9.845183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_151'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=151'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '15.5825'^^xsd:double;
  dwc:startTimeOfDay '15.5825'^^xsd:double;
  dwc:endTimeOfDay '15.5825'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.845183'^^xsd:double;
  dwc:startLongitude '9.845183'^^xsd:double;
  dwc:endLongitude '9.845183'^^xsd:double;
  dwc:latitude '55.078701'^^xsd:double;
  dwc:startLatitude '55.078701'^^xsd:double;
  dwc:endLatitude '55.078701'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_151'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.075829 9.852817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.075829"^^xsd:decimal ;
  dwc:decimalLongitude "9.852817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_150'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=150'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '15.528611111111'^^xsd:double;
  dwc:startTimeOfDay '15.528611111111'^^xsd:double;
  dwc:endTimeOfDay '15.528611111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.852817'^^xsd:double;
  dwc:startLongitude '9.852817'^^xsd:double;
  dwc:endLongitude '9.852817'^^xsd:double;
  dwc:latitude '55.075829'^^xsd:double;
  dwc:startLatitude '55.075829'^^xsd:double;
  dwc:endLatitude '55.075829'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_150'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.075668 9.8532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.075668"^^xsd:decimal ;
  dwc:decimalLongitude "9.8532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_149'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=149'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '15.525277777778'^^xsd:double;
  dwc:startTimeOfDay '15.525277777778'^^xsd:double;
  dwc:endTimeOfDay '15.525277777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.8532'^^xsd:double;
  dwc:startLongitude '9.8532'^^xsd:double;
  dwc:endLongitude '9.8532'^^xsd:double;
  dwc:latitude '55.075668'^^xsd:double;
  dwc:startLatitude '55.075668'^^xsd:double;
  dwc:endLatitude '55.075668'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_149'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.132568 9.877183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.132568"^^xsd:decimal ;
  dwc:decimalLongitude "9.877183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_347'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=347'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '8.1430555555556'^^xsd:double;
  dwc:startTimeOfDay '8.1430555555556'^^xsd:double;
  dwc:endTimeOfDay '8.1430555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.877183'^^xsd:double;
  dwc:startLongitude '9.877183'^^xsd:double;
  dwc:endLongitude '9.877183'^^xsd:double;
  dwc:latitude '55.132568'^^xsd:double;
  dwc:startLatitude '55.132568'^^xsd:double;
  dwc:endLatitude '55.132568'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_347'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.136215 9.880783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.136215"^^xsd:decimal ;
  dwc:decimalLongitude "9.880783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_346'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=346'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '8.1019444444444'^^xsd:double;
  dwc:startTimeOfDay '8.1019444444444'^^xsd:double;
  dwc:endTimeOfDay '8.1019444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.880783'^^xsd:double;
  dwc:startLongitude '9.880783'^^xsd:double;
  dwc:endLongitude '9.880783'^^xsd:double;
  dwc:latitude '55.136215'^^xsd:double;
  dwc:startLatitude '55.136215'^^xsd:double;
  dwc:endLatitude '55.136215'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_346'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.827881 9.904616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.827881"^^xsd:decimal ;
  dwc:decimalLongitude "9.904616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_316'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=316'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '13.343055555556'^^xsd:double;
  dwc:startTimeOfDay '13.343055555556'^^xsd:double;
  dwc:endTimeOfDay '13.343055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.904616'^^xsd:double;
  dwc:startLongitude '9.904616'^^xsd:double;
  dwc:endLongitude '9.904616'^^xsd:double;
  dwc:latitude '54.827881'^^xsd:double;
  dwc:startLatitude '54.827881'^^xsd:double;
  dwc:endLatitude '54.827881'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_316'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.164585 9.91315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.164585"^^xsd:decimal ;
  dwc:decimalLongitude "9.91315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_345'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=345'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '7.7694444444444'^^xsd:double;
  dwc:startTimeOfDay '7.7694444444444'^^xsd:double;
  dwc:endTimeOfDay '7.7694444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.91315'^^xsd:double;
  dwc:startLongitude '9.91315'^^xsd:double;
  dwc:endLongitude '9.91315'^^xsd:double;
  dwc:latitude '55.164585'^^xsd:double;
  dwc:startLatitude '55.164585'^^xsd:double;
  dwc:endLatitude '55.164585'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_345'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.819817 9.919666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.819817"^^xsd:decimal ;
  dwc:decimalLongitude "9.919666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_315'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=315'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '13.230555555556'^^xsd:double;
  dwc:startTimeOfDay '13.230555555556'^^xsd:double;
  dwc:endTimeOfDay '13.230555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.919666'^^xsd:double;
  dwc:startLongitude '9.919666'^^xsd:double;
  dwc:endLongitude '9.919666'^^xsd:double;
  dwc:latitude '54.819817'^^xsd:double;
  dwc:startLatitude '54.819817'^^xsd:double;
  dwc:endLatitude '54.819817'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_315'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.133682 9.9292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.133682"^^xsd:decimal ;
  dwc:decimalLongitude "9.9292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_343'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=343'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '6.4522222222222'^^xsd:double;
  dwc:startTimeOfDay '6.4522222222222'^^xsd:double;
  dwc:endTimeOfDay '6.4522222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.9292'^^xsd:double;
  dwc:startLongitude '9.9292'^^xsd:double;
  dwc:endLongitude '9.9292'^^xsd:double;
  dwc:latitude '55.133682'^^xsd:double;
  dwc:startLatitude '55.133682'^^xsd:double;
  dwc:endLatitude '55.133682'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_343'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.181454 9.93215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.181454"^^xsd:decimal ;
  dwc:decimalLongitude "9.93215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_344'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=344'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '7.5669444444444'^^xsd:double;
  dwc:startTimeOfDay '7.5669444444444'^^xsd:double;
  dwc:endTimeOfDay '7.5669444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.93215'^^xsd:double;
  dwc:startLongitude '9.93215'^^xsd:double;
  dwc:endLongitude '9.93215'^^xsd:double;
  dwc:latitude '55.181454'^^xsd:double;
  dwc:startLatitude '55.181454'^^xsd:double;
  dwc:endLatitude '55.181454'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_344'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.125446 9.936584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.125446"^^xsd:decimal ;
  dwc:decimalLongitude "9.936584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_182'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=182'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '11.435'^^xsd:double;
  dwc:startTimeOfDay '11.435'^^xsd:double;
  dwc:endTimeOfDay '11.435'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.936584'^^xsd:double;
  dwc:startLongitude '9.936584'^^xsd:double;
  dwc:endLongitude '9.936584'^^xsd:double;
  dwc:latitude '55.125446'^^xsd:double;
  dwc:startLatitude '55.125446'^^xsd:double;
  dwc:endLatitude '55.125446'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_182'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.076302 9.9402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.076302"^^xsd:decimal ;
  dwc:decimalLongitude "9.9402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_148'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=148'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '15.016388888889'^^xsd:double;
  dwc:startTimeOfDay '15.016388888889'^^xsd:double;
  dwc:endTimeOfDay '15.016388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.9402'^^xsd:double;
  dwc:startLongitude '9.9402'^^xsd:double;
  dwc:endLongitude '9.9402'^^xsd:double;
  dwc:latitude '55.076302'^^xsd:double;
  dwc:startLatitude '55.076302'^^xsd:double;
  dwc:endLatitude '55.076302'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_148'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.077866 9.9465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.077866"^^xsd:decimal ;
  dwc:decimalLongitude "9.9465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_147'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=147'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '14.983888888889'^^xsd:double;
  dwc:startTimeOfDay '14.983888888889'^^xsd:double;
  dwc:endTimeOfDay '14.983888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.9465'^^xsd:double;
  dwc:startLongitude '9.9465'^^xsd:double;
  dwc:endLongitude '9.9465'^^xsd:double;
  dwc:latitude '55.077866'^^xsd:double;
  dwc:startLatitude '55.077866'^^xsd:double;
  dwc:endLatitude '55.077866'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_147'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.145718 9.95255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.145718"^^xsd:decimal ;
  dwc:decimalLongitude "9.95255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_181'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=181'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '11.181388888889'^^xsd:double;
  dwc:startTimeOfDay '11.181388888889'^^xsd:double;
  dwc:endTimeOfDay '11.181388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.95255'^^xsd:double;
  dwc:startLongitude '9.95255'^^xsd:double;
  dwc:endLongitude '9.95255'^^xsd:double;
  dwc:latitude '55.145718'^^xsd:double;
  dwc:startLatitude '55.145718'^^xsd:double;
  dwc:endLatitude '55.145718'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_181'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.203899 9.956284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.203899"^^xsd:decimal ;
  dwc:decimalLongitude "9.956284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_369'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=369'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '223'^^xsd:integer;
  dwc:startJulianDay '223'^^xsd:integer;
  dwc:endJulianDay '223'^^xsd:integer;
  dwc:timeOfDay '6.1602777777778'^^xsd:double;
  dwc:startTimeOfDay '6.1602777777778'^^xsd:double;
  dwc:endTimeOfDay '6.1602777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.956284'^^xsd:double;
  dwc:startLongitude '9.956284'^^xsd:double;
  dwc:endLongitude '9.956284'^^xsd:double;
  dwc:latitude '55.203899'^^xsd:double;
  dwc:startLatitude '55.203899'^^xsd:double;
  dwc:endLatitude '55.203899'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_369'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.116715 9.961317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.116715"^^xsd:decimal ;
  dwc:decimalLongitude "9.961317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_183'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=183'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '11.622777777778'^^xsd:double;
  dwc:startTimeOfDay '11.622777777778'^^xsd:double;
  dwc:endTimeOfDay '11.622777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.961317'^^xsd:double;
  dwc:startLongitude '9.961317'^^xsd:double;
  dwc:endLongitude '9.961317'^^xsd:double;
  dwc:latitude '55.116715'^^xsd:double;
  dwc:startLatitude '55.116715'^^xsd:double;
  dwc:endLatitude '55.116715'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_183'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.116715 9.961317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.116715"^^xsd:decimal ;
  dwc:decimalLongitude "9.961317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_184'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=184'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '11.623055555556'^^xsd:double;
  dwc:startTimeOfDay '11.623055555556'^^xsd:double;
  dwc:endTimeOfDay '11.623055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.961317'^^xsd:double;
  dwc:startLongitude '9.961317'^^xsd:double;
  dwc:endLongitude '9.961317'^^xsd:double;
  dwc:latitude '55.116715'^^xsd:double;
  dwc:startLatitude '55.116715'^^xsd:double;
  dwc:endLatitude '55.116715'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_184'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.103653 9.965533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.103653"^^xsd:decimal ;
  dwc:decimalLongitude "9.965533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_185'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=185'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '11.764722222222'^^xsd:double;
  dwc:startTimeOfDay '11.764722222222'^^xsd:double;
  dwc:endTimeOfDay '11.764722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.965533'^^xsd:double;
  dwc:startLongitude '9.965533'^^xsd:double;
  dwc:endLongitude '9.965533'^^xsd:double;
  dwc:latitude '55.103653'^^xsd:double;
  dwc:startLatitude '55.103653'^^xsd:double;
  dwc:endLatitude '55.103653'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_185'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.098064 9.96585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.098064"^^xsd:decimal ;
  dwc:decimalLongitude "9.96585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_186'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=186'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '11.825277777778'^^xsd:double;
  dwc:startTimeOfDay '11.825277777778'^^xsd:double;
  dwc:endTimeOfDay '11.825277777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.96585'^^xsd:double;
  dwc:startLongitude '9.96585'^^xsd:double;
  dwc:endLongitude '9.96585'^^xsd:double;
  dwc:latitude '55.098064'^^xsd:double;
  dwc:startLatitude '55.098064'^^xsd:double;
  dwc:endLatitude '55.098064'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_186'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.116203 9.966134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.116203"^^xsd:decimal ;
  dwc:decimalLongitude "9.966134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_342'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=342'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '6.0811111111111'^^xsd:double;
  dwc:startTimeOfDay '6.0811111111111'^^xsd:double;
  dwc:endTimeOfDay '6.0811111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.966134'^^xsd:double;
  dwc:startLongitude '9.966134'^^xsd:double;
  dwc:endLongitude '9.966134'^^xsd:double;
  dwc:latitude '55.116203'^^xsd:double;
  dwc:startLatitude '55.116203'^^xsd:double;
  dwc:endLatitude '55.116203'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_342'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.115414 9.969317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.115414"^^xsd:decimal ;
  dwc:decimalLongitude "9.969317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_341'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=341'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '6.0541666666667'^^xsd:double;
  dwc:startTimeOfDay '6.0541666666667'^^xsd:double;
  dwc:endTimeOfDay '6.0541666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.969317'^^xsd:double;
  dwc:startLongitude '9.969317'^^xsd:double;
  dwc:endLongitude '9.969317'^^xsd:double;
  dwc:latitude '55.115414'^^xsd:double;
  dwc:startLatitude '55.115414'^^xsd:double;
  dwc:endLatitude '55.115414'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_341'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.053322 9.975516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.053322"^^xsd:decimal ;
  dwc:decimalLongitude "9.975516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_187'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=187'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '12.296111111111'^^xsd:double;
  dwc:startTimeOfDay '12.296111111111'^^xsd:double;
  dwc:endTimeOfDay '12.296111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.975516'^^xsd:double;
  dwc:startLongitude '9.975516'^^xsd:double;
  dwc:endLongitude '9.975516'^^xsd:double;
  dwc:latitude '55.053322'^^xsd:double;
  dwc:startLatitude '55.053322'^^xsd:double;
  dwc:endLatitude '55.053322'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_187'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.004295 9.98525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.004295"^^xsd:decimal ;
  dwc:decimalLongitude "9.98525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_327'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=327'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:startJulianDay '219'^^xsd:integer;
  dwc:endJulianDay '219'^^xsd:integer;
  dwc:timeOfDay '13.547222222222'^^xsd:double;
  dwc:startTimeOfDay '13.547222222222'^^xsd:double;
  dwc:endTimeOfDay '13.547222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.98525'^^xsd:double;
  dwc:startLongitude '9.98525'^^xsd:double;
  dwc:endLongitude '9.98525'^^xsd:double;
  dwc:latitude '55.004295'^^xsd:double;
  dwc:startLatitude '55.004295'^^xsd:double;
  dwc:endLatitude '55.004295'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_327'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.028565 9.985766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.028565"^^xsd:decimal ;
  dwc:decimalLongitude "9.985766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_188'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=188'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '12.558888888889'^^xsd:double;
  dwc:startTimeOfDay '12.558888888889'^^xsd:double;
  dwc:endTimeOfDay '12.558888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.985766'^^xsd:double;
  dwc:startLongitude '9.985766'^^xsd:double;
  dwc:endLongitude '9.985766'^^xsd:double;
  dwc:latitude '55.028565'^^xsd:double;
  dwc:startLatitude '55.028565'^^xsd:double;
  dwc:endLatitude '55.028565'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_188'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.112297 9.985917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.112297"^^xsd:decimal ;
  dwc:decimalLongitude "9.985917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_340'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=340'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '5.9297222222222'^^xsd:double;
  dwc:startTimeOfDay '5.9297222222222'^^xsd:double;
  dwc:endTimeOfDay '5.9297222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.985917'^^xsd:double;
  dwc:startLongitude '9.985917'^^xsd:double;
  dwc:endLongitude '9.985917'^^xsd:double;
  dwc:latitude '55.112297'^^xsd:double;
  dwc:startLatitude '55.112297'^^xsd:double;
  dwc:endLatitude '55.112297'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_340'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.008682 9.990917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.008682"^^xsd:decimal ;
  dwc:decimalLongitude "9.990917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_189'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=189'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '12.77'^^xsd:double;
  dwc:startTimeOfDay '12.77'^^xsd:double;
  dwc:endTimeOfDay '12.77'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.990917'^^xsd:double;
  dwc:startLongitude '9.990917'^^xsd:double;
  dwc:endLongitude '9.990917'^^xsd:double;
  dwc:latitude '55.008682'^^xsd:double;
  dwc:startLatitude '55.008682'^^xsd:double;
  dwc:endLatitude '55.008682'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_189'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.004582 9.992116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.004582"^^xsd:decimal ;
  dwc:decimalLongitude "9.992116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_190'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=190'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '12.814722222222'^^xsd:double;
  dwc:startTimeOfDay '12.814722222222'^^xsd:double;
  dwc:endTimeOfDay '12.814722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '9.992116'^^xsd:double;
  dwc:startLongitude '9.992116'^^xsd:double;
  dwc:endLongitude '9.992116'^^xsd:double;
  dwc:latitude '55.004582'^^xsd:double;
  dwc:startLatitude '55.004582'^^xsd:double;
  dwc:endLatitude '55.004582'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_190'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.10083 10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.10083"^^xsd:decimal ;
  dwc:decimalLongitude "10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_146'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=146'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '14.489444444444'^^xsd:double;
  dwc:startTimeOfDay '14.489444444444'^^xsd:double;
  dwc:endTimeOfDay '14.489444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10'^^xsd:integer;
  dwc:startLongitude '10'^^xsd:integer;
  dwc:endLongitude '10'^^xsd:integer;
  dwc:latitude '55.10083'^^xsd:double;
  dwc:startLatitude '55.10083'^^xsd:double;
  dwc:endLatitude '55.10083'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_146'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.779182 10.000467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.779182"^^xsd:decimal ;
  dwc:decimalLongitude "10.000467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_264'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=264'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '168'^^xsd:integer;
  dwc:startJulianDay '168'^^xsd:integer;
  dwc:endJulianDay '168'^^xsd:integer;
  dwc:timeOfDay '15.670277777778'^^xsd:double;
  dwc:startTimeOfDay '15.670277777778'^^xsd:double;
  dwc:endTimeOfDay '15.670277777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.000467'^^xsd:double;
  dwc:startLongitude '10.000467'^^xsd:double;
  dwc:endLongitude '10.000467'^^xsd:double;
  dwc:latitude '54.779182'^^xsd:double;
  dwc:startLatitude '54.779182'^^xsd:double;
  dwc:endLatitude '54.779182'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_264'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.109554 10.000717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.109554"^^xsd:decimal ;
  dwc:decimalLongitude "10.000717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_339'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=339'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '5.8061111111111'^^xsd:double;
  dwc:startTimeOfDay '5.8061111111111'^^xsd:double;
  dwc:endTimeOfDay '5.8061111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.000717'^^xsd:double;
  dwc:startLongitude '10.000717'^^xsd:double;
  dwc:endLongitude '10.000717'^^xsd:double;
  dwc:latitude '55.109554'^^xsd:double;
  dwc:startLatitude '55.109554'^^xsd:double;
  dwc:endLatitude '55.109554'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_339'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.787998 10.0013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.787998"^^xsd:decimal ;
  dwc:decimalLongitude "10.0013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_314'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=314'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '12.623333333333'^^xsd:double;
  dwc:startTimeOfDay '12.623333333333'^^xsd:double;
  dwc:endTimeOfDay '12.623333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.0013'^^xsd:double;
  dwc:startLongitude '10.0013'^^xsd:double;
  dwc:endLongitude '10.0013'^^xsd:double;
  dwc:latitude '54.787998'^^xsd:double;
  dwc:startLatitude '54.787998'^^xsd:double;
  dwc:endLatitude '54.787998'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_314'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.109097 10.003449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.109097"^^xsd:decimal ;
  dwc:decimalLongitude "10.003449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_338'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=338'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '5.7844444444444'^^xsd:double;
  dwc:startTimeOfDay '5.7844444444444'^^xsd:double;
  dwc:endTimeOfDay '5.7844444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.003449'^^xsd:double;
  dwc:startLongitude '10.003449'^^xsd:double;
  dwc:endLongitude '10.003449'^^xsd:double;
  dwc:latitude '55.109097'^^xsd:double;
  dwc:startLatitude '55.109097'^^xsd:double;
  dwc:endLatitude '55.109097'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_338'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.109032 10.003699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.109032"^^xsd:decimal ;
  dwc:decimalLongitude "10.003699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_337'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=337'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '221'^^xsd:integer;
  dwc:startJulianDay '221'^^xsd:integer;
  dwc:endJulianDay '221'^^xsd:integer;
  dwc:timeOfDay '5.7819444444444'^^xsd:double;
  dwc:startTimeOfDay '5.7819444444444'^^xsd:double;
  dwc:endTimeOfDay '5.7819444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.003699'^^xsd:double;
  dwc:startLongitude '10.003699'^^xsd:double;
  dwc:endLongitude '10.003699'^^xsd:double;
  dwc:latitude '55.109032'^^xsd:double;
  dwc:startLatitude '55.109032'^^xsd:double;
  dwc:endLatitude '55.109032'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_337'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.041031 10.037633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.041031"^^xsd:decimal ;
  dwc:decimalLongitude "10.037633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_328'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=328'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:startJulianDay '219'^^xsd:integer;
  dwc:endJulianDay '219'^^xsd:integer;
  dwc:timeOfDay '14.091111111111'^^xsd:double;
  dwc:startTimeOfDay '14.091111111111'^^xsd:double;
  dwc:endTimeOfDay '14.091111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.037633'^^xsd:double;
  dwc:startLongitude '10.037633'^^xsd:double;
  dwc:endLongitude '10.037633'^^xsd:double;
  dwc:latitude '55.041031'^^xsd:double;
  dwc:startLatitude '55.041031'^^xsd:double;
  dwc:endLatitude '55.041031'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_328'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.085686 10.043567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.085686"^^xsd:decimal ;
  dwc:decimalLongitude "10.043567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_370'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=370'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '223'^^xsd:integer;
  dwc:startJulianDay '223'^^xsd:integer;
  dwc:endJulianDay '223'^^xsd:integer;
  dwc:timeOfDay '11.130555555556'^^xsd:double;
  dwc:startTimeOfDay '11.130555555556'^^xsd:double;
  dwc:endTimeOfDay '11.130555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.043567'^^xsd:double;
  dwc:startLongitude '10.043567'^^xsd:double;
  dwc:endLongitude '10.043567'^^xsd:double;
  dwc:latitude '55.085686'^^xsd:double;
  dwc:startLatitude '55.085686'^^xsd:double;
  dwc:endLatitude '55.085686'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_370'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.067398 10.070283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.067398"^^xsd:decimal ;
  dwc:decimalLongitude "10.070283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_329'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=329'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:startJulianDay '219'^^xsd:integer;
  dwc:endJulianDay '219'^^xsd:integer;
  dwc:timeOfDay '14.411666666667'^^xsd:double;
  dwc:startTimeOfDay '14.411666666667'^^xsd:double;
  dwc:endTimeOfDay '14.411666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.070283'^^xsd:double;
  dwc:startLongitude '10.070283'^^xsd:double;
  dwc:endLongitude '10.070283'^^xsd:double;
  dwc:latitude '55.067398'^^xsd:double;
  dwc:startLatitude '55.067398'^^xsd:double;
  dwc:endLatitude '55.067398'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_329'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.958763 10.071533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.958763"^^xsd:decimal ;
  dwc:decimalLongitude "10.071533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_191'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=191'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '13.798611111111'^^xsd:double;
  dwc:startTimeOfDay '13.798611111111'^^xsd:double;
  dwc:endTimeOfDay '13.798611111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.071533'^^xsd:double;
  dwc:startLongitude '10.071533'^^xsd:double;
  dwc:endLongitude '10.071533'^^xsd:double;
  dwc:latitude '54.958763'^^xsd:double;
  dwc:startLatitude '54.958763'^^xsd:double;
  dwc:endLatitude '54.958763'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_191'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735195 10.072917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735195"^^xsd:decimal ;
  dwc:decimalLongitude "10.072917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_211'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=211'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '9.1866666666667'^^xsd:double;
  dwc:startTimeOfDay '9.1866666666667'^^xsd:double;
  dwc:endTimeOfDay '9.1866666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.072917'^^xsd:double;
  dwc:startLongitude '10.072917'^^xsd:double;
  dwc:endLongitude '10.072917'^^xsd:double;
  dwc:latitude '54.735195'^^xsd:double;
  dwc:startLatitude '54.735195'^^xsd:double;
  dwc:endLatitude '54.735195'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_211'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.736401 10.073583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.736401"^^xsd:decimal ;
  dwc:decimalLongitude "10.073583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_210'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=210'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '9.1766666666667'^^xsd:double;
  dwc:startTimeOfDay '9.1766666666667'^^xsd:double;
  dwc:endTimeOfDay '9.1766666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.073583'^^xsd:double;
  dwc:startLongitude '10.073583'^^xsd:double;
  dwc:endLongitude '10.073583'^^xsd:double;
  dwc:latitude '54.736401'^^xsd:double;
  dwc:startLatitude '54.736401'^^xsd:double;
  dwc:endLatitude '54.736401'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_210'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.964218 10.077733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.964218"^^xsd:decimal ;
  dwc:decimalLongitude "10.077733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_192'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=192'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '13.858333333333'^^xsd:double;
  dwc:startTimeOfDay '13.858333333333'^^xsd:double;
  dwc:endTimeOfDay '13.858333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.077733'^^xsd:double;
  dwc:startLongitude '10.077733'^^xsd:double;
  dwc:endLongitude '10.077733'^^xsd:double;
  dwc:latitude '54.964218'^^xsd:double;
  dwc:startLatitude '54.964218'^^xsd:double;
  dwc:endLatitude '54.964218'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_192'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.749489 10.082133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.749489"^^xsd:decimal ;
  dwc:decimalLongitude "10.082133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_209'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=209'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '9.0525'^^xsd:double;
  dwc:startTimeOfDay '9.0525'^^xsd:double;
  dwc:endTimeOfDay '9.0525'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.082133'^^xsd:double;
  dwc:startLongitude '10.082133'^^xsd:double;
  dwc:endLongitude '10.082133'^^xsd:double;
  dwc:latitude '54.749489'^^xsd:double;
  dwc:startLatitude '54.749489'^^xsd:double;
  dwc:endLatitude '54.749489'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_209'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.514729 10.08385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.514729"^^xsd:decimal ;
  dwc:decimalLongitude "10.08385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_310'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=310'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '5.3555555555556'^^xsd:double;
  dwc:startTimeOfDay '5.3555555555556'^^xsd:double;
  dwc:endTimeOfDay '5.3555555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.08385'^^xsd:double;
  dwc:startLongitude '10.08385'^^xsd:double;
  dwc:endLongitude '10.08385'^^xsd:double;
  dwc:latitude '54.514729'^^xsd:double;
  dwc:startLatitude '54.514729'^^xsd:double;
  dwc:endLatitude '54.514729'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_310'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.817066 10.090267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.817066"^^xsd:decimal ;
  dwc:decimalLongitude "10.090267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_313'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=313'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '11.629166666667'^^xsd:double;
  dwc:startTimeOfDay '11.629166666667'^^xsd:double;
  dwc:endTimeOfDay '11.629166666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.090267'^^xsd:double;
  dwc:startLongitude '10.090267'^^xsd:double;
  dwc:endLongitude '10.090267'^^xsd:double;
  dwc:latitude '54.817066'^^xsd:double;
  dwc:startLatitude '54.817066'^^xsd:double;
  dwc:endLatitude '54.817066'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_313'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.942513 10.091383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.942513"^^xsd:decimal ;
  dwc:decimalLongitude "10.091383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_336'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=336'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '14.003333333333'^^xsd:double;
  dwc:startTimeOfDay '14.003333333333'^^xsd:double;
  dwc:endTimeOfDay '14.003333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.091383'^^xsd:double;
  dwc:startLongitude '10.091383'^^xsd:double;
  dwc:endLongitude '10.091383'^^xsd:double;
  dwc:latitude '54.942513'^^xsd:double;
  dwc:startLatitude '54.942513'^^xsd:double;
  dwc:endLatitude '54.942513'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_336'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.978703 10.09265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.978703"^^xsd:decimal ;
  dwc:decimalLongitude "10.09265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_193'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=193'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '14.012777777778'^^xsd:double;
  dwc:startTimeOfDay '14.012777777778'^^xsd:double;
  dwc:endTimeOfDay '14.012777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.09265'^^xsd:double;
  dwc:startLongitude '10.09265'^^xsd:double;
  dwc:endLongitude '10.09265'^^xsd:double;
  dwc:latitude '54.978703'^^xsd:double;
  dwc:startLatitude '54.978703'^^xsd:double;
  dwc:endLatitude '54.978703'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_193'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.737183 10.104183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.737183"^^xsd:decimal ;
  dwc:decimalLongitude "10.104183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_263'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=263'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '168'^^xsd:integer;
  dwc:startJulianDay '168'^^xsd:integer;
  dwc:endJulianDay '168'^^xsd:integer;
  dwc:timeOfDay '14.5975'^^xsd:double;
  dwc:startTimeOfDay '14.5975'^^xsd:double;
  dwc:endTimeOfDay '14.5975'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.104183'^^xsd:double;
  dwc:startLongitude '10.104183'^^xsd:double;
  dwc:endLongitude '10.104183'^^xsd:double;
  dwc:latitude '54.737183'^^xsd:double;
  dwc:startLatitude '54.737183'^^xsd:double;
  dwc:endLatitude '54.737183'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_263'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.996483 10.109617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.996483"^^xsd:decimal ;
  dwc:decimalLongitude "10.109617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_194'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=194'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '14.211944444444'^^xsd:double;
  dwc:startTimeOfDay '14.211944444444'^^xsd:double;
  dwc:endTimeOfDay '14.211944444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.109617'^^xsd:double;
  dwc:startLongitude '10.109617'^^xsd:double;
  dwc:endLongitude '10.109617'^^xsd:double;
  dwc:latitude '54.996483'^^xsd:double;
  dwc:startLatitude '54.996483'^^xsd:double;
  dwc:endLatitude '54.996483'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_194'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.941017 10.111217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.941017"^^xsd:decimal ;
  dwc:decimalLongitude "10.111217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_145'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=145'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '13.090833333333'^^xsd:double;
  dwc:startTimeOfDay '13.090833333333'^^xsd:double;
  dwc:endTimeOfDay '13.090833333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.111217'^^xsd:double;
  dwc:startLongitude '10.111217'^^xsd:double;
  dwc:endLongitude '10.111217'^^xsd:double;
  dwc:latitude '54.941017'^^xsd:double;
  dwc:startLatitude '54.941017'^^xsd:double;
  dwc:endLatitude '54.941017'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_145'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.069801 10.112917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.069801"^^xsd:decimal ;
  dwc:decimalLongitude "10.112917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_330'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=330'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:startJulianDay '219'^^xsd:integer;
  dwc:endJulianDay '219'^^xsd:integer;
  dwc:timeOfDay '14.654444444444'^^xsd:double;
  dwc:startTimeOfDay '14.654444444444'^^xsd:double;
  dwc:endTimeOfDay '14.654444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.112917'^^xsd:double;
  dwc:startLongitude '10.112917'^^xsd:double;
  dwc:endLongitude '10.112917'^^xsd:double;
  dwc:latitude '55.069801'^^xsd:double;
  dwc:startLatitude '55.069801'^^xsd:double;
  dwc:endLatitude '55.069801'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_330'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.93063 10.115033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.93063"^^xsd:decimal ;
  dwc:decimalLongitude "10.115033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_144'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=144'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '13.006388888889'^^xsd:double;
  dwc:startTimeOfDay '13.006388888889'^^xsd:double;
  dwc:endTimeOfDay '13.006388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.115033'^^xsd:double;
  dwc:startLongitude '10.115033'^^xsd:double;
  dwc:endLongitude '10.115033'^^xsd:double;
  dwc:latitude '54.93063'^^xsd:double;
  dwc:startLatitude '54.93063'^^xsd:double;
  dwc:endLatitude '54.93063'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_144'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.744118 10.115867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.744118"^^xsd:decimal ;
  dwc:decimalLongitude "10.115867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_262'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=262'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '168'^^xsd:integer;
  dwc:startJulianDay '168'^^xsd:integer;
  dwc:endJulianDay '168'^^xsd:integer;
  dwc:timeOfDay '14.500833333333'^^xsd:double;
  dwc:startTimeOfDay '14.500833333333'^^xsd:double;
  dwc:endTimeOfDay '14.500833333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.115867'^^xsd:double;
  dwc:startLongitude '10.115867'^^xsd:double;
  dwc:endLongitude '10.115867'^^xsd:double;
  dwc:latitude '54.744118'^^xsd:double;
  dwc:startLatitude '54.744118'^^xsd:double;
  dwc:endLatitude '54.744118'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_262'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.607651 10.116434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.607651"^^xsd:decimal ;
  dwc:decimalLongitude "10.116434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_311'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=311'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '6.5133333333333'^^xsd:double;
  dwc:startTimeOfDay '6.5133333333333'^^xsd:double;
  dwc:endTimeOfDay '6.5133333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.116434'^^xsd:double;
  dwc:startLongitude '10.116434'^^xsd:double;
  dwc:endLongitude '10.116434'^^xsd:double;
  dwc:latitude '54.607651'^^xsd:double;
  dwc:startLatitude '54.607651'^^xsd:double;
  dwc:endLatitude '54.607651'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_311'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.927383 10.116834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.927383"^^xsd:decimal ;
  dwc:decimalLongitude "10.116834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_143'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=143'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '12.9825'^^xsd:double;
  dwc:startTimeOfDay '12.9825'^^xsd:double;
  dwc:endTimeOfDay '12.9825'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.116834'^^xsd:double;
  dwc:startLongitude '10.116834'^^xsd:double;
  dwc:endLongitude '10.116834'^^xsd:double;
  dwc:latitude '54.927383'^^xsd:double;
  dwc:startLatitude '54.927383'^^xsd:double;
  dwc:endLatitude '54.927383'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_143'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.612404 10.1169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.612404"^^xsd:decimal ;
  dwc:decimalLongitude "10.1169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_312'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=312'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '6.5711111111111'^^xsd:double;
  dwc:startTimeOfDay '6.5711111111111'^^xsd:double;
  dwc:endTimeOfDay '6.5711111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.1169'^^xsd:double;
  dwc:startLongitude '10.1169'^^xsd:double;
  dwc:endLongitude '10.1169'^^xsd:double;
  dwc:latitude '54.612404'^^xsd:double;
  dwc:startLatitude '54.612404'^^xsd:double;
  dwc:endLatitude '54.612404'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_312'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.824219 10.12525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.824219"^^xsd:decimal ;
  dwc:decimalLongitude "10.12525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_208'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=208'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '8.3661111111111'^^xsd:double;
  dwc:startTimeOfDay '8.3661111111111'^^xsd:double;
  dwc:endTimeOfDay '8.3661111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.12525'^^xsd:double;
  dwc:startLongitude '10.12525'^^xsd:double;
  dwc:endLongitude '10.12525'^^xsd:double;
  dwc:latitude '54.824219'^^xsd:double;
  dwc:startLatitude '54.824219'^^xsd:double;
  dwc:endLatitude '54.824219'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_208'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.836704 10.13125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.836704"^^xsd:decimal ;
  dwc:decimalLongitude "10.13125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_207'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=207'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '8.2577777777778'^^xsd:double;
  dwc:startTimeOfDay '8.2577777777778'^^xsd:double;
  dwc:endTimeOfDay '8.2577777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.13125'^^xsd:double;
  dwc:startLongitude '10.13125'^^xsd:double;
  dwc:endLongitude '10.13125'^^xsd:double;
  dwc:latitude '54.836704'^^xsd:double;
  dwc:startLatitude '54.836704'^^xsd:double;
  dwc:endLatitude '54.836704'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_207'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.839233 10.131267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.839233"^^xsd:decimal ;
  dwc:decimalLongitude "10.131267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_206'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=206'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '8.2322222222222'^^xsd:double;
  dwc:startTimeOfDay '8.2322222222222'^^xsd:double;
  dwc:endTimeOfDay '8.2322222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.131267'^^xsd:double;
  dwc:startLongitude '10.131267'^^xsd:double;
  dwc:endLongitude '10.131267'^^xsd:double;
  dwc:latitude '54.839233'^^xsd:double;
  dwc:startLatitude '54.839233'^^xsd:double;
  dwc:endLatitude '54.839233'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_206'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.854736 10.133433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.854736"^^xsd:decimal ;
  dwc:decimalLongitude "10.133433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_205'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=205'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '8.0822222222222'^^xsd:double;
  dwc:startTimeOfDay '8.0822222222222'^^xsd:double;
  dwc:endTimeOfDay '8.0822222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.133433'^^xsd:double;
  dwc:startLongitude '10.133433'^^xsd:double;
  dwc:endLongitude '10.133433'^^xsd:double;
  dwc:latitude '54.854736'^^xsd:double;
  dwc:startLatitude '54.854736'^^xsd:double;
  dwc:endLatitude '54.854736'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_205'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.856331 10.1412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.856331"^^xsd:decimal ;
  dwc:decimalLongitude "10.1412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_142'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=142'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '12.311666666667'^^xsd:double;
  dwc:startTimeOfDay '12.311666666667'^^xsd:double;
  dwc:endTimeOfDay '12.311666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.1412'^^xsd:double;
  dwc:startLongitude '10.1412'^^xsd:double;
  dwc:endLongitude '10.1412'^^xsd:double;
  dwc:latitude '54.856331'^^xsd:double;
  dwc:startLatitude '54.856331'^^xsd:double;
  dwc:endLatitude '54.856331'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_142'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890602 10.150233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890602"^^xsd:decimal ;
  dwc:decimalLongitude "10.150233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_204'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=204'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '7.5894444444444'^^xsd:double;
  dwc:startTimeOfDay '7.5894444444444'^^xsd:double;
  dwc:endTimeOfDay '7.5894444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.150233'^^xsd:double;
  dwc:startLongitude '10.150233'^^xsd:double;
  dwc:endLongitude '10.150233'^^xsd:double;
  dwc:latitude '54.890602'^^xsd:double;
  dwc:startLatitude '54.890602'^^xsd:double;
  dwc:endLatitude '54.890602'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_204'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.007713 10.162233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.007713"^^xsd:decimal ;
  dwc:decimalLongitude "10.162233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_195'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=195'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '14.576111111111'^^xsd:double;
  dwc:startTimeOfDay '14.576111111111'^^xsd:double;
  dwc:endTimeOfDay '14.576111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.162233'^^xsd:double;
  dwc:startLongitude '10.162233'^^xsd:double;
  dwc:endLongitude '10.162233'^^xsd:double;
  dwc:latitude '55.007713'^^xsd:double;
  dwc:startLatitude '55.007713'^^xsd:double;
  dwc:endLatitude '55.007713'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_195'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.909252 10.173533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.909252"^^xsd:decimal ;
  dwc:decimalLongitude "10.173533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_265'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=265'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '169'^^xsd:integer;
  dwc:startJulianDay '169'^^xsd:integer;
  dwc:endJulianDay '169'^^xsd:integer;
  dwc:timeOfDay '6.4130555555556'^^xsd:double;
  dwc:startTimeOfDay '6.4130555555556'^^xsd:double;
  dwc:endTimeOfDay '6.4130555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.173533'^^xsd:double;
  dwc:startLongitude '10.173533'^^xsd:double;
  dwc:endLongitude '10.173533'^^xsd:double;
  dwc:latitude '54.909252'^^xsd:double;
  dwc:startLatitude '54.909252'^^xsd:double;
  dwc:endLatitude '54.909252'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_265'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.817783 10.179151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.817783"^^xsd:decimal ;
  dwc:decimalLongitude "10.179151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_268'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=268'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '169'^^xsd:integer;
  dwc:startJulianDay '169'^^xsd:integer;
  dwc:endJulianDay '169'^^xsd:integer;
  dwc:timeOfDay '8.0738888888889'^^xsd:double;
  dwc:startTimeOfDay '8.0738888888889'^^xsd:double;
  dwc:endTimeOfDay '8.0738888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.179151'^^xsd:double;
  dwc:startLongitude '10.179151'^^xsd:double;
  dwc:endLongitude '10.179151'^^xsd:double;
  dwc:latitude '54.817783'^^xsd:double;
  dwc:startLatitude '54.817783'^^xsd:double;
  dwc:endLatitude '54.817783'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_268'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.930679 10.181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.930679"^^xsd:decimal ;
  dwc:decimalLongitude "10.181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_203'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=203'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '7.1477777777778'^^xsd:double;
  dwc:startTimeOfDay '7.1477777777778'^^xsd:double;
  dwc:endTimeOfDay '7.1477777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.181'^^xsd:double;
  dwc:startLongitude '10.181'^^xsd:double;
  dwc:endLongitude '10.181'^^xsd:double;
  dwc:latitude '54.930679'^^xsd:double;
  dwc:startLatitude '54.930679'^^xsd:double;
  dwc:endLatitude '54.930679'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_203'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.917301 10.182083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.917301"^^xsd:decimal ;
  dwc:decimalLongitude "10.182083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_266'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=266'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '169'^^xsd:integer;
  dwc:startJulianDay '169'^^xsd:integer;
  dwc:endJulianDay '169'^^xsd:integer;
  dwc:timeOfDay '6.5058333333333'^^xsd:double;
  dwc:startTimeOfDay '6.5058333333333'^^xsd:double;
  dwc:endTimeOfDay '6.5058333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.182083'^^xsd:double;
  dwc:startLongitude '10.182083'^^xsd:double;
  dwc:endLongitude '10.182083'^^xsd:double;
  dwc:latitude '54.917301'^^xsd:double;
  dwc:startLatitude '54.917301'^^xsd:double;
  dwc:endLatitude '54.917301'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_266'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.976254 10.189899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.976254"^^xsd:decimal ;
  dwc:decimalLongitude "10.189899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_202'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=202'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '6.7533333333333'^^xsd:double;
  dwc:startTimeOfDay '6.7533333333333'^^xsd:double;
  dwc:endTimeOfDay '6.7533333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.189899'^^xsd:double;
  dwc:startLongitude '10.189899'^^xsd:double;
  dwc:endLongitude '10.189899'^^xsd:double;
  dwc:latitude '54.976254'^^xsd:double;
  dwc:startLatitude '54.976254'^^xsd:double;
  dwc:endLatitude '54.976254'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_202'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.976986 10.195817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.976986"^^xsd:decimal ;
  dwc:decimalLongitude "10.195817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_335'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=335'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '12.555'^^xsd:double;
  dwc:startTimeOfDay '12.555'^^xsd:double;
  dwc:endTimeOfDay '12.555'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.195817'^^xsd:double;
  dwc:startLongitude '10.195817'^^xsd:double;
  dwc:endLongitude '10.195817'^^xsd:double;
  dwc:latitude '54.976986'^^xsd:double;
  dwc:startLatitude '54.976986'^^xsd:double;
  dwc:endLatitude '54.976986'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_335'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.916519 10.199917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.916519"^^xsd:decimal ;
  dwc:decimalLongitude "10.199917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_267'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=267'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '169'^^xsd:integer;
  dwc:startJulianDay '169'^^xsd:integer;
  dwc:endJulianDay '169'^^xsd:integer;
  dwc:timeOfDay '6.7244444444444'^^xsd:double;
  dwc:startTimeOfDay '6.7244444444444'^^xsd:double;
  dwc:endTimeOfDay '6.7244444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.199917'^^xsd:double;
  dwc:startLongitude '10.199917'^^xsd:double;
  dwc:endLongitude '10.199917'^^xsd:double;
  dwc:latitude '54.916519'^^xsd:double;
  dwc:startLatitude '54.916519'^^xsd:double;
  dwc:endLatitude '54.916519'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_267'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.686352 10.204634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.686352"^^xsd:decimal ;
  dwc:decimalLongitude "10.204634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_141'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=141'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '10.595277777778'^^xsd:double;
  dwc:startTimeOfDay '10.595277777778'^^xsd:double;
  dwc:endTimeOfDay '10.595277777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.204634'^^xsd:double;
  dwc:startLongitude '10.204634'^^xsd:double;
  dwc:endLongitude '10.204634'^^xsd:double;
  dwc:latitude '54.686352'^^xsd:double;
  dwc:startLatitude '54.686352'^^xsd:double;
  dwc:endLatitude '54.686352'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_141'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.586166 10.229116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.586166"^^xsd:decimal ;
  dwc:decimalLongitude "10.229116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_140'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=140'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '9.6186111111111'^^xsd:double;
  dwc:startTimeOfDay '9.6186111111111'^^xsd:double;
  dwc:endTimeOfDay '9.6186111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.229116'^^xsd:double;
  dwc:startLongitude '10.229116'^^xsd:double;
  dwc:endLongitude '10.229116'^^xsd:double;
  dwc:latitude '54.586166'^^xsd:double;
  dwc:startLatitude '54.586166'^^xsd:double;
  dwc:endLatitude '54.586166'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_140'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.005817 10.242567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.005817"^^xsd:decimal ;
  dwc:decimalLongitude "10.242567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_196'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=196'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '15.036388888889'^^xsd:double;
  dwc:startTimeOfDay '15.036388888889'^^xsd:double;
  dwc:endTimeOfDay '15.036388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.242567'^^xsd:double;
  dwc:startLongitude '10.242567'^^xsd:double;
  dwc:endLongitude '10.242567'^^xsd:double;
  dwc:latitude '55.005817'^^xsd:double;
  dwc:startLatitude '55.005817'^^xsd:double;
  dwc:endLatitude '55.005817'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_196'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.448105 10.252833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.448105"^^xsd:decimal ;
  dwc:decimalLongitude "10.252833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_38'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=38'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '11.948055555556'^^xsd:double;
  dwc:startTimeOfDay '11.948055555556'^^xsd:double;
  dwc:endTimeOfDay '11.948055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.252833'^^xsd:double;
  dwc:startLongitude '10.252833'^^xsd:double;
  dwc:endLongitude '10.252833'^^xsd:double;
  dwc:latitude '54.448105'^^xsd:double;
  dwc:startLatitude '54.448105'^^xsd:double;
  dwc:endLatitude '54.448105'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_38'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.741814 10.2552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.741814"^^xsd:decimal ;
  dwc:decimalLongitude "10.2552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_269'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=269'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '169'^^xsd:integer;
  dwc:startJulianDay '169'^^xsd:integer;
  dwc:endJulianDay '169'^^xsd:integer;
  dwc:timeOfDay '8.9744444444444'^^xsd:double;
  dwc:startTimeOfDay '8.9744444444444'^^xsd:double;
  dwc:endTimeOfDay '8.9744444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.2552'^^xsd:double;
  dwc:startLongitude '10.2552'^^xsd:double;
  dwc:endLongitude '10.2552'^^xsd:double;
  dwc:latitude '54.741814'^^xsd:double;
  dwc:startLatitude '54.741814'^^xsd:double;
  dwc:endLatitude '54.741814'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_269'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.771019 10.256968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.771019"^^xsd:decimal ;
  dwc:decimalLongitude "10.256968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_414'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=414'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '18.409722222222'^^xsd:double;
  dwc:startTimeOfDay '18.409722222222'^^xsd:double;
  dwc:endTimeOfDay '18.409722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.256968'^^xsd:double;
  dwc:startLongitude '10.256968'^^xsd:double;
  dwc:endLongitude '10.256968'^^xsd:double;
  dwc:latitude '57.771019'^^xsd:double;
  dwc:startLatitude '57.771019'^^xsd:double;
  dwc:endLatitude '57.771019'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_414'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.68763 10.263083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.68763"^^xsd:decimal ;
  dwc:decimalLongitude "10.263083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_259'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=259'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '168'^^xsd:integer;
  dwc:startJulianDay '168'^^xsd:integer;
  dwc:endJulianDay '168'^^xsd:integer;
  dwc:timeOfDay '10.903888888889'^^xsd:double;
  dwc:startTimeOfDay '10.903888888889'^^xsd:double;
  dwc:endTimeOfDay '10.903888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.263083'^^xsd:double;
  dwc:startLongitude '10.263083'^^xsd:double;
  dwc:endLongitude '10.263083'^^xsd:double;
  dwc:latitude '54.68763'^^xsd:double;
  dwc:startLatitude '54.68763'^^xsd:double;
  dwc:endLatitude '54.68763'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_259'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.006203 10.267667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.006203"^^xsd:decimal ;
  dwc:decimalLongitude "10.267667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_197'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=197'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '15.183333333333'^^xsd:double;
  dwc:startTimeOfDay '15.183333333333'^^xsd:double;
  dwc:endTimeOfDay '15.183333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.267667'^^xsd:double;
  dwc:startLongitude '10.267667'^^xsd:double;
  dwc:endLongitude '10.267667'^^xsd:double;
  dwc:latitude '55.006203'^^xsd:double;
  dwc:startLatitude '55.006203'^^xsd:double;
  dwc:endLatitude '55.006203'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_197'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.987499 10.26865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.987499"^^xsd:decimal ;
  dwc:decimalLongitude "10.26865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_200'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=200'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '15.514722222222'^^xsd:double;
  dwc:startTimeOfDay '15.514722222222'^^xsd:double;
  dwc:endTimeOfDay '15.514722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.26865'^^xsd:double;
  dwc:startLongitude '10.26865'^^xsd:double;
  dwc:endLongitude '10.26865'^^xsd:double;
  dwc:latitude '54.987499'^^xsd:double;
  dwc:startLatitude '54.987499'^^xsd:double;
  dwc:endLatitude '54.987499'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_200'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.83292 10.271566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.83292"^^xsd:decimal ;
  dwc:decimalLongitude "10.271566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_261'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=261'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '168'^^xsd:integer;
  dwc:startJulianDay '168'^^xsd:integer;
  dwc:endJulianDay '168'^^xsd:integer;
  dwc:timeOfDay '13.260833333333'^^xsd:double;
  dwc:startTimeOfDay '13.260833333333'^^xsd:double;
  dwc:endTimeOfDay '13.260833333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.271566'^^xsd:double;
  dwc:startLongitude '10.271566'^^xsd:double;
  dwc:endLongitude '10.271566'^^xsd:double;
  dwc:latitude '54.83292'^^xsd:double;
  dwc:startLatitude '54.83292'^^xsd:double;
  dwc:endLatitude '54.83292'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_261'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.977337 10.275217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.977337"^^xsd:decimal ;
  dwc:decimalLongitude "10.275217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_201'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=201'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '15.626944444444'^^xsd:double;
  dwc:startTimeOfDay '15.626944444444'^^xsd:double;
  dwc:endTimeOfDay '15.626944444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.275217'^^xsd:double;
  dwc:startLongitude '10.275217'^^xsd:double;
  dwc:endLongitude '10.275217'^^xsd:double;
  dwc:latitude '54.977337'^^xsd:double;
  dwc:startLatitude '54.977337'^^xsd:double;
  dwc:endLatitude '54.977337'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_201'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.999447 10.28055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.999447"^^xsd:decimal ;
  dwc:decimalLongitude "10.28055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_199'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=199'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '15.370833333333'^^xsd:double;
  dwc:startTimeOfDay '15.370833333333'^^xsd:double;
  dwc:endTimeOfDay '15.370833333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.28055'^^xsd:double;
  dwc:startLongitude '10.28055'^^xsd:double;
  dwc:endLongitude '10.28055'^^xsd:double;
  dwc:latitude '54.999447'^^xsd:double;
  dwc:startLatitude '54.999447'^^xsd:double;
  dwc:endLatitude '54.999447'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_199'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.04755 10.283033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.04755"^^xsd:decimal ;
  dwc:decimalLongitude "10.283033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_334'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=334'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '11.108611111111'^^xsd:double;
  dwc:startTimeOfDay '11.108611111111'^^xsd:double;
  dwc:endTimeOfDay '11.108611111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.283033'^^xsd:double;
  dwc:startLongitude '10.283033'^^xsd:double;
  dwc:endLongitude '10.283033'^^xsd:double;
  dwc:latitude '55.04755'^^xsd:double;
  dwc:startLatitude '55.04755'^^xsd:double;
  dwc:endLatitude '55.04755'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_334'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.002766 10.2837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.002766"^^xsd:decimal ;
  dwc:decimalLongitude "10.2837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_198'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=198'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '160'^^xsd:integer;
  dwc:startJulianDay '160'^^xsd:integer;
  dwc:endJulianDay '160'^^xsd:integer;
  dwc:timeOfDay '15.329722222222'^^xsd:double;
  dwc:startTimeOfDay '15.329722222222'^^xsd:double;
  dwc:endTimeOfDay '15.329722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.2837'^^xsd:double;
  dwc:startLongitude '10.2837'^^xsd:double;
  dwc:endLongitude '10.2837'^^xsd:double;
  dwc:latitude '55.002766'^^xsd:double;
  dwc:startLatitude '55.002766'^^xsd:double;
  dwc:endLatitude '55.002766'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_198'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.577068 10.287116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.577068"^^xsd:decimal ;
  dwc:decimalLongitude "10.287116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_309'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=309'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '3.6497222222222'^^xsd:double;
  dwc:startTimeOfDay '3.6497222222222'^^xsd:double;
  dwc:endTimeOfDay '3.6497222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.287116'^^xsd:double;
  dwc:startLongitude '10.287116'^^xsd:double;
  dwc:endLongitude '10.287116'^^xsd:double;
  dwc:latitude '54.577068'^^xsd:double;
  dwc:startLatitude '54.577068'^^xsd:double;
  dwc:endLatitude '54.577068'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_309'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.481014 10.291517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.481014"^^xsd:decimal ;
  dwc:decimalLongitude "10.291517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_39'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=39'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '12.340555555556'^^xsd:double;
  dwc:startTimeOfDay '12.340555555556'^^xsd:double;
  dwc:endTimeOfDay '12.340555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.291517'^^xsd:double;
  dwc:startLongitude '10.291517'^^xsd:double;
  dwc:endLongitude '10.291517'^^xsd:double;
  dwc:latitude '54.481014'^^xsd:double;
  dwc:startLatitude '54.481014'^^xsd:double;
  dwc:endLatitude '54.481014'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_39'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.040665 10.302684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.040665"^^xsd:decimal ;
  dwc:decimalLongitude "10.302684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_333'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=333'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '10.606111111111'^^xsd:double;
  dwc:startTimeOfDay '10.606111111111'^^xsd:double;
  dwc:endTimeOfDay '10.606111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.302684'^^xsd:double;
  dwc:startLongitude '10.302684'^^xsd:double;
  dwc:endLongitude '10.302684'^^xsd:double;
  dwc:latitude '55.040665'^^xsd:double;
  dwc:startLatitude '55.040665'^^xsd:double;
  dwc:endLatitude '55.040665'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_333'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.467464 10.313816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.467464"^^xsd:decimal ;
  dwc:decimalLongitude "10.313816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_77'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=77'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '14.541111111111'^^xsd:double;
  dwc:startTimeOfDay '14.541111111111'^^xsd:double;
  dwc:endTimeOfDay '14.541111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.313816'^^xsd:double;
  dwc:startLongitude '10.313816'^^xsd:double;
  dwc:endLongitude '10.313816'^^xsd:double;
  dwc:latitude '54.467464'^^xsd:double;
  dwc:startLatitude '54.467464'^^xsd:double;
  dwc:endLatitude '54.467464'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_77'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.979485 10.316549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.979485"^^xsd:decimal ;
  dwc:decimalLongitude "10.316549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_332'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=332'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '9.5341666666667'^^xsd:double;
  dwc:startTimeOfDay '9.5341666666667'^^xsd:double;
  dwc:endTimeOfDay '9.5341666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.316549'^^xsd:double;
  dwc:startLongitude '10.316549'^^xsd:double;
  dwc:endLongitude '10.316549'^^xsd:double;
  dwc:latitude '54.979485'^^xsd:double;
  dwc:startLatitude '54.979485'^^xsd:double;
  dwc:endLatitude '54.979485'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_332'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.765347 10.32225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.765347"^^xsd:decimal ;
  dwc:decimalLongitude "10.32225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_260'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=260'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '168'^^xsd:integer;
  dwc:startJulianDay '168'^^xsd:integer;
  dwc:endJulianDay '168'^^xsd:integer;
  dwc:timeOfDay '11.751944444444'^^xsd:double;
  dwc:startTimeOfDay '11.751944444444'^^xsd:double;
  dwc:endTimeOfDay '11.751944444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.32225'^^xsd:double;
  dwc:startLongitude '10.32225'^^xsd:double;
  dwc:endLongitude '10.32225'^^xsd:double;
  dwc:latitude '54.765347'^^xsd:double;
  dwc:startLatitude '54.765347'^^xsd:double;
  dwc:endLatitude '54.765347'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_260'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.96035 10.329634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.96035"^^xsd:decimal ;
  dwc:decimalLongitude "10.329634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_331'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=331'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:startJulianDay '219'^^xsd:integer;
  dwc:endJulianDay '219'^^xsd:integer;
  dwc:timeOfDay '16.794166666667'^^xsd:double;
  dwc:startTimeOfDay '16.794166666667'^^xsd:double;
  dwc:endTimeOfDay '16.794166666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.329634'^^xsd:double;
  dwc:startLongitude '10.329634'^^xsd:double;
  dwc:endLongitude '10.329634'^^xsd:double;
  dwc:latitude '54.96035'^^xsd:double;
  dwc:startLatitude '54.96035'^^xsd:double;
  dwc:endLatitude '54.96035'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_331'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.650513 10.3508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.650513"^^xsd:decimal ;
  dwc:decimalLongitude "10.3508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_270'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=270'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '169'^^xsd:integer;
  dwc:startJulianDay '169'^^xsd:integer;
  dwc:endJulianDay '169'^^xsd:integer;
  dwc:timeOfDay '10.096111111111'^^xsd:double;
  dwc:startTimeOfDay '10.096111111111'^^xsd:double;
  dwc:endTimeOfDay '10.096111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.3508'^^xsd:double;
  dwc:startLongitude '10.3508'^^xsd:double;
  dwc:endLongitude '10.3508'^^xsd:double;
  dwc:latitude '54.650513'^^xsd:double;
  dwc:startLatitude '54.650513'^^xsd:double;
  dwc:endLatitude '54.650513'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_270'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.958798 10.352151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.958798"^^xsd:decimal ;
  dwc:decimalLongitude "10.352151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_371'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=371'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '223'^^xsd:integer;
  dwc:startJulianDay '223'^^xsd:integer;
  dwc:endJulianDay '223'^^xsd:integer;
  dwc:timeOfDay '17.052777777778'^^xsd:double;
  dwc:startTimeOfDay '17.052777777778'^^xsd:double;
  dwc:endTimeOfDay '17.052777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.352151'^^xsd:double;
  dwc:startLongitude '10.352151'^^xsd:double;
  dwc:endLongitude '10.352151'^^xsd:double;
  dwc:latitude '54.958798'^^xsd:double;
  dwc:startLatitude '54.958798'^^xsd:double;
  dwc:endLatitude '54.958798'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_371'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.638836 10.385484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.638836"^^xsd:decimal ;
  dwc:decimalLongitude "10.385484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_308'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=308'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '2.7702777777778'^^xsd:double;
  dwc:startTimeOfDay '2.7702777777778'^^xsd:double;
  dwc:endTimeOfDay '2.7702777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.385484'^^xsd:double;
  dwc:startLongitude '10.385484'^^xsd:double;
  dwc:endLongitude '10.385484'^^xsd:double;
  dwc:latitude '54.638836'^^xsd:double;
  dwc:startLatitude '54.638836'^^xsd:double;
  dwc:endLatitude '54.638836'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_308'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.520054 10.393567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.520054"^^xsd:decimal ;
  dwc:decimalLongitude "10.393567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_40'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=40'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '13.164722222222'^^xsd:double;
  dwc:startTimeOfDay '13.164722222222'^^xsd:double;
  dwc:endTimeOfDay '13.164722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.393567'^^xsd:double;
  dwc:startLongitude '10.393567'^^xsd:double;
  dwc:endLongitude '10.393567'^^xsd:double;
  dwc:latitude '54.520054'^^xsd:double;
  dwc:startLatitude '54.520054'^^xsd:double;
  dwc:endLatitude '54.520054'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_40'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.546516 10.418599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.546516"^^xsd:decimal ;
  dwc:decimalLongitude "10.418599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_219'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=219'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '23.2975'^^xsd:double;
  dwc:startTimeOfDay '23.2975'^^xsd:double;
  dwc:endTimeOfDay '23.2975'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.418599'^^xsd:double;
  dwc:startLongitude '10.418599'^^xsd:double;
  dwc:endLongitude '10.418599'^^xsd:double;
  dwc:latitude '54.546516'^^xsd:double;
  dwc:startLatitude '54.546516'^^xsd:double;
  dwc:endLatitude '54.546516'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_219'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.675617 10.440167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.675617"^^xsd:decimal ;
  dwc:decimalLongitude "10.440167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_307'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=307'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '2.2725'^^xsd:double;
  dwc:startTimeOfDay '2.2725'^^xsd:double;
  dwc:endTimeOfDay '2.2725'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.440167'^^xsd:double;
  dwc:startLongitude '10.440167'^^xsd:double;
  dwc:endLongitude '10.440167'^^xsd:double;
  dwc:latitude '54.675617'^^xsd:double;
  dwc:startLatitude '54.675617'^^xsd:double;
  dwc:endLatitude '54.675617'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_307'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.508335 10.4474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.508335"^^xsd:decimal ;
  dwc:decimalLongitude "10.4474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_76'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=76'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '13.751388888889'^^xsd:double;
  dwc:startTimeOfDay '13.751388888889'^^xsd:double;
  dwc:endTimeOfDay '13.751388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.4474'^^xsd:double;
  dwc:startLongitude '10.4474'^^xsd:double;
  dwc:endLongitude '10.4474'^^xsd:double;
  dwc:latitude '54.508335'^^xsd:double;
  dwc:startLatitude '54.508335'^^xsd:double;
  dwc:endLatitude '54.508335'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_76'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.731316 10.457399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.731316"^^xsd:decimal ;
  dwc:decimalLongitude "10.457399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_212'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=212'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '17.8875'^^xsd:double;
  dwc:startTimeOfDay '17.8875'^^xsd:double;
  dwc:endTimeOfDay '17.8875'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.457399'^^xsd:double;
  dwc:startLongitude '10.457399'^^xsd:double;
  dwc:endLongitude '10.457399'^^xsd:double;
  dwc:latitude '54.731316'^^xsd:double;
  dwc:startLatitude '54.731316'^^xsd:double;
  dwc:endLatitude '54.731316'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_212'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.733048 10.457916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.733048"^^xsd:decimal ;
  dwc:decimalLongitude "10.457916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_213'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=213'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:startTimeOfDay '17.916666666667'^^xsd:double;
  dwc:endTimeOfDay '17.916666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.457916'^^xsd:double;
  dwc:startLongitude '10.457916'^^xsd:double;
  dwc:endLongitude '10.457916'^^xsd:double;
  dwc:latitude '54.733048'^^xsd:double;
  dwc:startLatitude '54.733048'^^xsd:double;
  dwc:endLatitude '54.733048'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_213'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.704502 10.48135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.704502"^^xsd:decimal ;
  dwc:decimalLongitude "10.48135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_306'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=306'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '1.8977777777778'^^xsd:double;
  dwc:startTimeOfDay '1.8977777777778'^^xsd:double;
  dwc:endTimeOfDay '1.8977777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.48135'^^xsd:double;
  dwc:startLongitude '10.48135'^^xsd:double;
  dwc:endLongitude '10.48135'^^xsd:double;
  dwc:latitude '54.704502'^^xsd:double;
  dwc:startLatitude '54.704502'^^xsd:double;
  dwc:endLatitude '54.704502'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_306'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.656601 10.4926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.656601"^^xsd:decimal ;
  dwc:decimalLongitude "10.4926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_218'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=218'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '22.039166666667'^^xsd:double;
  dwc:startTimeOfDay '22.039166666667'^^xsd:double;
  dwc:endTimeOfDay '22.039166666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.4926'^^xsd:double;
  dwc:startLongitude '10.4926'^^xsd:double;
  dwc:endLongitude '10.4926'^^xsd:double;
  dwc:latitude '54.656601'^^xsd:double;
  dwc:startLatitude '54.656601'^^xsd:double;
  dwc:endLatitude '54.656601'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_218'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.671299 10.498632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.671299"^^xsd:decimal ;
  dwc:decimalLongitude "10.498632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_217'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=217'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '21.887222222222'^^xsd:double;
  dwc:startTimeOfDay '21.887222222222'^^xsd:double;
  dwc:endTimeOfDay '21.887222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.498632'^^xsd:double;
  dwc:startLongitude '10.498632'^^xsd:double;
  dwc:endLongitude '10.498632'^^xsd:double;
  dwc:latitude '54.671299'^^xsd:double;
  dwc:startLatitude '54.671299'^^xsd:double;
  dwc:endLatitude '54.671299'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_217'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.693352 10.507816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.693352"^^xsd:decimal ;
  dwc:decimalLongitude "10.507816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_216'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=216'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '21.651388888889'^^xsd:double;
  dwc:startTimeOfDay '21.651388888889'^^xsd:double;
  dwc:endTimeOfDay '21.651388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.507816'^^xsd:double;
  dwc:startLongitude '10.507816'^^xsd:double;
  dwc:endLongitude '10.507816'^^xsd:double;
  dwc:latitude '54.693352'^^xsd:double;
  dwc:startLatitude '54.693352'^^xsd:double;
  dwc:endLatitude '54.693352'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_216'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.701271 10.510433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.701271"^^xsd:decimal ;
  dwc:decimalLongitude "10.510433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_215'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=215'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '21.568055555556'^^xsd:double;
  dwc:startTimeOfDay '21.568055555556'^^xsd:double;
  dwc:endTimeOfDay '21.568055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.510433'^^xsd:double;
  dwc:startLongitude '10.510433'^^xsd:double;
  dwc:endLongitude '10.510433'^^xsd:double;
  dwc:latitude '54.701271'^^xsd:double;
  dwc:startLatitude '54.701271'^^xsd:double;
  dwc:endLatitude '54.701271'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_215'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.709084 10.512266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.709084"^^xsd:decimal ;
  dwc:decimalLongitude "10.512266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_214'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=214'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '161'^^xsd:integer;
  dwc:startJulianDay '161'^^xsd:integer;
  dwc:endJulianDay '161'^^xsd:integer;
  dwc:timeOfDay '21.483611111111'^^xsd:double;
  dwc:startTimeOfDay '21.483611111111'^^xsd:double;
  dwc:endTimeOfDay '21.483611111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.512266'^^xsd:double;
  dwc:startLongitude '10.512266'^^xsd:double;
  dwc:endLongitude '10.512266'^^xsd:double;
  dwc:latitude '54.709084'^^xsd:double;
  dwc:startLatitude '54.709084'^^xsd:double;
  dwc:endLatitude '54.709084'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_214'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.438103 10.53155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.438103"^^xsd:decimal ;
  dwc:decimalLongitude "10.53155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_302'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=302'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '20.595'^^xsd:double;
  dwc:startTimeOfDay '20.595'^^xsd:double;
  dwc:endTimeOfDay '20.595'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.53155'^^xsd:double;
  dwc:startLongitude '10.53155'^^xsd:double;
  dwc:endLongitude '10.53155'^^xsd:double;
  dwc:latitude '54.438103'^^xsd:double;
  dwc:startLatitude '54.438103'^^xsd:double;
  dwc:endLatitude '54.438103'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_302'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.437996 10.531882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.437996"^^xsd:decimal ;
  dwc:decimalLongitude "10.531882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_301'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=301'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '20.592222222222'^^xsd:double;
  dwc:startTimeOfDay '20.592222222222'^^xsd:double;
  dwc:endTimeOfDay '20.592222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.531882'^^xsd:double;
  dwc:startLongitude '10.531882'^^xsd:double;
  dwc:endLongitude '10.531882'^^xsd:double;
  dwc:latitude '54.437996'^^xsd:double;
  dwc:startLatitude '54.437996'^^xsd:double;
  dwc:endLatitude '54.437996'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_301'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.559303 10.545567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.559303"^^xsd:decimal ;
  dwc:decimalLongitude "10.545567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_303'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=303'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '22.022222222222'^^xsd:double;
  dwc:startTimeOfDay '22.022222222222'^^xsd:double;
  dwc:endTimeOfDay '22.022222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.545567'^^xsd:double;
  dwc:startLongitude '10.545567'^^xsd:double;
  dwc:endLongitude '10.545567'^^xsd:double;
  dwc:latitude '54.559303'^^xsd:double;
  dwc:startLatitude '54.559303'^^xsd:double;
  dwc:endLatitude '54.559303'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_303'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.635288 10.577767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.635288"^^xsd:decimal ;
  dwc:decimalLongitude "10.577767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_304'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=304'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '22.804722222222'^^xsd:double;
  dwc:startTimeOfDay '22.804722222222'^^xsd:double;
  dwc:endTimeOfDay '22.804722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.577767'^^xsd:double;
  dwc:startLongitude '10.577767'^^xsd:double;
  dwc:endLongitude '10.577767'^^xsd:double;
  dwc:latitude '54.635288'^^xsd:double;
  dwc:startLatitude '54.635288'^^xsd:double;
  dwc:endLatitude '54.635288'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_304'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.770817 10.586634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.770817"^^xsd:decimal ;
  dwc:decimalLongitude "10.586634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_305'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=305'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '0.98277777777778'^^xsd:double;
  dwc:startTimeOfDay '0.98277777777778'^^xsd:double;
  dwc:endTimeOfDay '0.98277777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.586634'^^xsd:double;
  dwc:startLongitude '10.586634'^^xsd:double;
  dwc:endLongitude '10.586634'^^xsd:double;
  dwc:latitude '54.770817'^^xsd:double;
  dwc:startLatitude '54.770817'^^xsd:double;
  dwc:endLatitude '54.770817'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_305'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.680347 10.589266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.680347"^^xsd:decimal ;
  dwc:decimalLongitude "10.589266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_258'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=258'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '168'^^xsd:integer;
  dwc:startJulianDay '168'^^xsd:integer;
  dwc:endJulianDay '168'^^xsd:integer;
  dwc:timeOfDay '4.9127777777778'^^xsd:double;
  dwc:startTimeOfDay '4.9127777777778'^^xsd:double;
  dwc:endTimeOfDay '4.9127777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.589266'^^xsd:double;
  dwc:startLongitude '10.589266'^^xsd:double;
  dwc:endLongitude '10.589266'^^xsd:double;
  dwc:latitude '54.680347'^^xsd:double;
  dwc:startLatitude '54.680347'^^xsd:double;
  dwc:endLatitude '54.680347'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_258'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.681412 10.590267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.681412"^^xsd:decimal ;
  dwc:decimalLongitude "10.590267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_257'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=257'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '168'^^xsd:integer;
  dwc:startJulianDay '168'^^xsd:integer;
  dwc:endJulianDay '168'^^xsd:integer;
  dwc:timeOfDay '4.9002777777778'^^xsd:double;
  dwc:startTimeOfDay '4.9002777777778'^^xsd:double;
  dwc:endTimeOfDay '4.9002777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.590267'^^xsd:double;
  dwc:startLongitude '10.590267'^^xsd:double;
  dwc:endLongitude '10.590267'^^xsd:double;
  dwc:latitude '54.681412'^^xsd:double;
  dwc:startLatitude '54.681412'^^xsd:double;
  dwc:endLatitude '54.681412'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_257'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.49868 10.600017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.49868"^^xsd:decimal ;
  dwc:decimalLongitude "10.600017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_251'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=251'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '166'^^xsd:integer;
  dwc:startJulianDay '166'^^xsd:integer;
  dwc:endJulianDay '166'^^xsd:integer;
  dwc:timeOfDay '16.486111111111'^^xsd:double;
  dwc:startTimeOfDay '16.486111111111'^^xsd:double;
  dwc:endTimeOfDay '16.486111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.600017'^^xsd:double;
  dwc:startLongitude '10.600017'^^xsd:double;
  dwc:endLongitude '10.600017'^^xsd:double;
  dwc:latitude '54.49868'^^xsd:double;
  dwc:startLatitude '54.49868'^^xsd:double;
  dwc:endLatitude '54.49868'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_251'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.70248 10.617434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.70248"^^xsd:decimal ;
  dwc:decimalLongitude "10.617434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_256'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=256'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '168'^^xsd:integer;
  dwc:startJulianDay '168'^^xsd:integer;
  dwc:endJulianDay '168'^^xsd:integer;
  dwc:timeOfDay '4.6669444444444'^^xsd:double;
  dwc:startTimeOfDay '4.6669444444444'^^xsd:double;
  dwc:endTimeOfDay '4.6669444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.617434'^^xsd:double;
  dwc:startLongitude '10.617434'^^xsd:double;
  dwc:endLongitude '10.617434'^^xsd:double;
  dwc:latitude '54.70248'^^xsd:double;
  dwc:startLatitude '54.70248'^^xsd:double;
  dwc:endLatitude '54.70248'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_256'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.635548 10.618984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.635548"^^xsd:decimal ;
  dwc:decimalLongitude "10.618984"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_412'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=412'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.685'^^xsd:double;
  dwc:startTimeOfDay '15.685'^^xsd:double;
  dwc:endTimeOfDay '15.685'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.618984'^^xsd:double;
  dwc:startLongitude '10.618984'^^xsd:double;
  dwc:endLongitude '10.618984'^^xsd:double;
  dwc:latitude '57.635548'^^xsd:double;
  dwc:startLatitude '57.635548'^^xsd:double;
  dwc:endLatitude '57.635548'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_412'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.566032 10.634832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.566032"^^xsd:decimal ;
  dwc:decimalLongitude "10.634832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_411'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=411'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.108333333333'^^xsd:double;
  dwc:startTimeOfDay '15.108333333333'^^xsd:double;
  dwc:endTimeOfDay '15.108333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.634832'^^xsd:double;
  dwc:startLongitude '10.634832'^^xsd:double;
  dwc:endLongitude '10.634832'^^xsd:double;
  dwc:latitude '57.566032'^^xsd:double;
  dwc:startLatitude '57.566032'^^xsd:double;
  dwc:endLatitude '57.566032'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_411'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.641098 10.674367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.641098"^^xsd:decimal ;
  dwc:decimalLongitude "10.674367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_252'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=252'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '166'^^xsd:integer;
  dwc:startJulianDay '166'^^xsd:integer;
  dwc:endJulianDay '166'^^xsd:integer;
  dwc:timeOfDay '17.686388888889'^^xsd:double;
  dwc:startTimeOfDay '17.686388888889'^^xsd:double;
  dwc:endTimeOfDay '17.686388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.674367'^^xsd:double;
  dwc:startLongitude '10.674367'^^xsd:double;
  dwc:endLongitude '10.674367'^^xsd:double;
  dwc:latitude '54.641098'^^xsd:double;
  dwc:startLatitude '54.641098'^^xsd:double;
  dwc:endLatitude '54.641098'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_252'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.650383 10.679417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.650383"^^xsd:decimal ;
  dwc:decimalLongitude "10.679417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_253'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=253'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '166'^^xsd:integer;
  dwc:startJulianDay '166'^^xsd:integer;
  dwc:endJulianDay '166'^^xsd:integer;
  dwc:timeOfDay '17.764722222222'^^xsd:double;
  dwc:startTimeOfDay '17.764722222222'^^xsd:double;
  dwc:endTimeOfDay '17.764722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.679417'^^xsd:double;
  dwc:startLongitude '10.679417'^^xsd:double;
  dwc:endLongitude '10.679417'^^xsd:double;
  dwc:latitude '54.650383'^^xsd:double;
  dwc:startLatitude '54.650383'^^xsd:double;
  dwc:endLatitude '54.650383'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_253'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.39402 10.693817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.39402"^^xsd:decimal ;
  dwc:decimalLongitude "10.693817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_250'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=250'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '166'^^xsd:integer;
  dwc:startJulianDay '166'^^xsd:integer;
  dwc:endJulianDay '166'^^xsd:integer;
  dwc:timeOfDay '14.439444444444'^^xsd:double;
  dwc:startTimeOfDay '14.439444444444'^^xsd:double;
  dwc:endTimeOfDay '14.439444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.693817'^^xsd:double;
  dwc:startLongitude '10.693817'^^xsd:double;
  dwc:endLongitude '10.693817'^^xsd:double;
  dwc:latitude '54.39402'^^xsd:double;
  dwc:startLatitude '54.39402'^^xsd:double;
  dwc:endLatitude '54.39402'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_250'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.395214 10.696234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.395214"^^xsd:decimal ;
  dwc:decimalLongitude "10.696234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_249'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=249'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '166'^^xsd:integer;
  dwc:startJulianDay '166'^^xsd:integer;
  dwc:endJulianDay '166'^^xsd:integer;
  dwc:timeOfDay '14.407222222222'^^xsd:double;
  dwc:startTimeOfDay '14.407222222222'^^xsd:double;
  dwc:endTimeOfDay '14.407222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.696234'^^xsd:double;
  dwc:startLongitude '10.696234'^^xsd:double;
  dwc:endLongitude '10.696234'^^xsd:double;
  dwc:latitude '54.395214'^^xsd:double;
  dwc:startLatitude '54.395214'^^xsd:double;
  dwc:endLatitude '54.395214'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_249'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.754582 10.710484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.754582"^^xsd:decimal ;
  dwc:decimalLongitude "10.710484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_413'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=413'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '15.909444444444'^^xsd:double;
  dwc:startTimeOfDay '15.909444444444'^^xsd:double;
  dwc:endTimeOfDay '15.909444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.710484'^^xsd:double;
  dwc:startLongitude '10.710484'^^xsd:double;
  dwc:endLongitude '10.710484'^^xsd:double;
  dwc:latitude '57.754582'^^xsd:double;
  dwc:startLatitude '57.754582'^^xsd:double;
  dwc:endLatitude '57.754582'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_413'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.701832 10.713851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.701832"^^xsd:decimal ;
  dwc:decimalLongitude "10.713851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_372'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=372'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.988055555556'^^xsd:double;
  dwc:startTimeOfDay '12.988055555556'^^xsd:double;
  dwc:endTimeOfDay '12.988055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.713851'^^xsd:double;
  dwc:startLongitude '10.713851'^^xsd:double;
  dwc:endLongitude '10.713851'^^xsd:double;
  dwc:latitude '54.701832'^^xsd:double;
  dwc:startLatitude '54.701832'^^xsd:double;
  dwc:endLatitude '54.701832'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_372'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.613754 10.727866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.613754"^^xsd:decimal ;
  dwc:decimalLongitude "10.727866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_220'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=220'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '3.0786111111111'^^xsd:double;
  dwc:startTimeOfDay '3.0786111111111'^^xsd:double;
  dwc:endTimeOfDay '3.0786111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.727866'^^xsd:double;
  dwc:startLongitude '10.727866'^^xsd:double;
  dwc:endLongitude '10.727866'^^xsd:double;
  dwc:latitude '54.613754'^^xsd:double;
  dwc:startLatitude '54.613754'^^xsd:double;
  dwc:endLatitude '54.613754'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_220'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.615414 10.730001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.615414"^^xsd:decimal ;
  dwc:decimalLongitude "10.730001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_221'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=221'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '3.1019444444444'^^xsd:double;
  dwc:startTimeOfDay '3.1019444444444'^^xsd:double;
  dwc:endTimeOfDay '3.1019444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.730001'^^xsd:double;
  dwc:startLongitude '10.730001'^^xsd:double;
  dwc:endLongitude '10.730001'^^xsd:double;
  dwc:latitude '54.615414'^^xsd:double;
  dwc:startLatitude '54.615414'^^xsd:double;
  dwc:endLatitude '54.615414'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_221'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.71167 10.734784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.71167"^^xsd:decimal ;
  dwc:decimalLongitude "10.734784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_255'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=255'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '168'^^xsd:integer;
  dwc:startJulianDay '168'^^xsd:integer;
  dwc:endJulianDay '168'^^xsd:integer;
  dwc:timeOfDay '3.6705555555556'^^xsd:double;
  dwc:startTimeOfDay '3.6705555555556'^^xsd:double;
  dwc:endTimeOfDay '3.6705555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.734784'^^xsd:double;
  dwc:startLongitude '10.734784'^^xsd:double;
  dwc:endLongitude '10.734784'^^xsd:double;
  dwc:latitude '54.71167'^^xsd:double;
  dwc:startLatitude '54.71167'^^xsd:double;
  dwc:endLatitude '54.71167'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_255'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.413231 10.744083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.413231"^^xsd:decimal ;
  dwc:decimalLongitude "10.744083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_248'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=248'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '166'^^xsd:integer;
  dwc:startJulianDay '166'^^xsd:integer;
  dwc:endJulianDay '166'^^xsd:integer;
  dwc:timeOfDay '13.898055555556'^^xsd:double;
  dwc:startTimeOfDay '13.898055555556'^^xsd:double;
  dwc:endTimeOfDay '13.898055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.744083'^^xsd:double;
  dwc:startLongitude '10.744083'^^xsd:double;
  dwc:endLongitude '10.744083'^^xsd:double;
  dwc:latitude '54.413231'^^xsd:double;
  dwc:startLatitude '54.413231'^^xsd:double;
  dwc:endLatitude '54.413231'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_248'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.614803 10.744983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.614803"^^xsd:decimal ;
  dwc:decimalLongitude "10.744983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_41'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=41'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.704722222222'^^xsd:double;
  dwc:startTimeOfDay '15.704722222222'^^xsd:double;
  dwc:endTimeOfDay '15.704722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.744983'^^xsd:double;
  dwc:startLongitude '10.744983'^^xsd:double;
  dwc:endLongitude '10.744983'^^xsd:double;
  dwc:latitude '54.614803'^^xsd:double;
  dwc:startLatitude '54.614803'^^xsd:double;
  dwc:endLatitude '54.614803'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_41'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.417301 10.756766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.417301"^^xsd:decimal ;
  dwc:decimalLongitude "10.756766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_247'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=247'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '166'^^xsd:integer;
  dwc:startJulianDay '166'^^xsd:integer;
  dwc:endJulianDay '166'^^xsd:integer;
  dwc:timeOfDay '13.779722222222'^^xsd:double;
  dwc:startTimeOfDay '13.779722222222'^^xsd:double;
  dwc:endTimeOfDay '13.779722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.756766'^^xsd:double;
  dwc:startLongitude '10.756766'^^xsd:double;
  dwc:endLongitude '10.756766'^^xsd:double;
  dwc:latitude '54.417301'^^xsd:double;
  dwc:startLatitude '54.417301'^^xsd:double;
  dwc:endLatitude '54.417301'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_247'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.631851 10.759685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.631851"^^xsd:decimal ;
  dwc:decimalLongitude "10.759685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_222'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=222'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '3.3619444444444'^^xsd:double;
  dwc:startTimeOfDay '3.3619444444444'^^xsd:double;
  dwc:endTimeOfDay '3.3619444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.759685'^^xsd:double;
  dwc:startLongitude '10.759685'^^xsd:double;
  dwc:endLongitude '10.759685'^^xsd:double;
  dwc:latitude '54.631851'^^xsd:double;
  dwc:startLatitude '54.631851'^^xsd:double;
  dwc:endLatitude '54.631851'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_222'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.619515 10.767566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.619515"^^xsd:decimal ;
  dwc:decimalLongitude "10.767566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_42'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=42'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '15.843888888889'^^xsd:double;
  dwc:startTimeOfDay '15.843888888889'^^xsd:double;
  dwc:endTimeOfDay '15.843888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.767566'^^xsd:double;
  dwc:startLongitude '10.767566'^^xsd:double;
  dwc:endLongitude '10.767566'^^xsd:double;
  dwc:latitude '54.619515'^^xsd:double;
  dwc:startLatitude '54.619515'^^xsd:double;
  dwc:endLatitude '54.619515'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_42'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.449837 10.780801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.449837"^^xsd:decimal ;
  dwc:decimalLongitude "10.780801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_246'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=246'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '166'^^xsd:integer;
  dwc:startJulianDay '166'^^xsd:integer;
  dwc:endJulianDay '166'^^xsd:integer;
  dwc:timeOfDay '13.356666666667'^^xsd:double;
  dwc:startTimeOfDay '13.356666666667'^^xsd:double;
  dwc:endTimeOfDay '13.356666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.780801'^^xsd:double;
  dwc:startLongitude '10.780801'^^xsd:double;
  dwc:endLongitude '10.780801'^^xsd:double;
  dwc:latitude '54.449837'^^xsd:double;
  dwc:startLatitude '54.449837'^^xsd:double;
  dwc:endLatitude '54.449837'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_246'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.783985 10.794184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.783985"^^xsd:decimal ;
  dwc:decimalLongitude "10.794184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_254'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=254'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '168'^^xsd:integer;
  dwc:startJulianDay '168'^^xsd:integer;
  dwc:endJulianDay '168'^^xsd:integer;
  dwc:timeOfDay '3.1047222222222'^^xsd:double;
  dwc:startTimeOfDay '3.1047222222222'^^xsd:double;
  dwc:endTimeOfDay '3.1047222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.794184'^^xsd:double;
  dwc:startLongitude '10.794184'^^xsd:double;
  dwc:endLongitude '10.794184'^^xsd:double;
  dwc:latitude '54.783985'^^xsd:double;
  dwc:startLatitude '54.783985'^^xsd:double;
  dwc:endLatitude '54.783985'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_254'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.626667 10.803434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.626667"^^xsd:decimal ;
  dwc:decimalLongitude "10.803434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_43'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=43'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '16.064722222222'^^xsd:double;
  dwc:startTimeOfDay '16.064722222222'^^xsd:double;
  dwc:endTimeOfDay '16.064722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.803434'^^xsd:double;
  dwc:startLongitude '10.803434'^^xsd:double;
  dwc:endLongitude '10.803434'^^xsd:double;
  dwc:latitude '54.626667'^^xsd:double;
  dwc:startLatitude '54.626667'^^xsd:double;
  dwc:endLatitude '54.626667'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_43'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.468765 10.806933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.468765"^^xsd:decimal ;
  dwc:decimalLongitude "10.806933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_245'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=245'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '166'^^xsd:integer;
  dwc:startJulianDay '166'^^xsd:integer;
  dwc:endJulianDay '166'^^xsd:integer;
  dwc:timeOfDay '13.121666666667'^^xsd:double;
  dwc:startTimeOfDay '13.121666666667'^^xsd:double;
  dwc:endTimeOfDay '13.121666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.806933'^^xsd:double;
  dwc:startLongitude '10.806933'^^xsd:double;
  dwc:endLongitude '10.806933'^^xsd:double;
  dwc:latitude '54.468765'^^xsd:double;
  dwc:startLatitude '54.468765'^^xsd:double;
  dwc:endLatitude '54.468765'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_245'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.745995 10.813132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.745995"^^xsd:decimal ;
  dwc:decimalLongitude "10.813132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_393'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=393'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '22.500555555556'^^xsd:double;
  dwc:startTimeOfDay '22.500555555556'^^xsd:double;
  dwc:endTimeOfDay '22.500555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.813132'^^xsd:double;
  dwc:startLongitude '10.813132'^^xsd:double;
  dwc:endLongitude '10.813132'^^xsd:double;
  dwc:latitude '55.745995'^^xsd:double;
  dwc:startLatitude '55.745995'^^xsd:double;
  dwc:endLatitude '55.745995'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_393'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743385 10.813351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743385"^^xsd:decimal ;
  dwc:decimalLongitude "10.813351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_392'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=392'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '22.4775'^^xsd:double;
  dwc:startTimeOfDay '22.4775'^^xsd:double;
  dwc:endTimeOfDay '22.4775'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.813351'^^xsd:double;
  dwc:startLongitude '10.813351'^^xsd:double;
  dwc:endLongitude '10.813351'^^xsd:double;
  dwc:latitude '55.743385'^^xsd:double;
  dwc:startLatitude '55.743385'^^xsd:double;
  dwc:endLatitude '55.743385'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_392'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.740681 10.813582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.740681"^^xsd:decimal ;
  dwc:decimalLongitude "10.813582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_391'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=391'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '22.450833333333'^^xsd:double;
  dwc:startTimeOfDay '22.450833333333'^^xsd:double;
  dwc:endTimeOfDay '22.450833333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.813582'^^xsd:double;
  dwc:startLongitude '10.813582'^^xsd:double;
  dwc:endLongitude '10.813582'^^xsd:double;
  dwc:latitude '55.740681'^^xsd:double;
  dwc:startLatitude '55.740681'^^xsd:double;
  dwc:endLatitude '55.740681'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_391'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.718987 10.820384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.718987"^^xsd:decimal ;
  dwc:decimalLongitude "10.820384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_390'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=390'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '22.241388888889'^^xsd:double;
  dwc:startTimeOfDay '22.241388888889'^^xsd:double;
  dwc:endTimeOfDay '22.241388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.820384'^^xsd:double;
  dwc:startLongitude '10.820384'^^xsd:double;
  dwc:endLongitude '10.820384'^^xsd:double;
  dwc:latitude '55.718987'^^xsd:double;
  dwc:startLatitude '55.718987'^^xsd:double;
  dwc:endLatitude '55.718987'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_390'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.673348 10.831283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.673348"^^xsd:decimal ;
  dwc:decimalLongitude "10.831283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_223'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=223'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '3.9758333333333'^^xsd:double;
  dwc:startTimeOfDay '3.9758333333333'^^xsd:double;
  dwc:endTimeOfDay '3.9758333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.831283'^^xsd:double;
  dwc:startLongitude '10.831283'^^xsd:double;
  dwc:endLongitude '10.831283'^^xsd:double;
  dwc:latitude '54.673348'^^xsd:double;
  dwc:startLatitude '54.673348'^^xsd:double;
  dwc:endLatitude '54.673348'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_223'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.687687 10.835966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.687687"^^xsd:decimal ;
  dwc:decimalLongitude "10.835966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_389'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=389'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '21.966388888889'^^xsd:double;
  dwc:startTimeOfDay '21.966388888889'^^xsd:double;
  dwc:endTimeOfDay '21.966388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.835966'^^xsd:double;
  dwc:startLongitude '10.835966'^^xsd:double;
  dwc:endLongitude '10.835966'^^xsd:double;
  dwc:latitude '55.687687'^^xsd:double;
  dwc:startLatitude '55.687687'^^xsd:double;
  dwc:endLatitude '55.687687'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_389'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67688 10.837317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.67688"^^xsd:decimal ;
  dwc:decimalLongitude "10.837317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_224'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=224'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '4.0255555555556'^^xsd:double;
  dwc:startTimeOfDay '4.0255555555556'^^xsd:double;
  dwc:endTimeOfDay '4.0255555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.837317'^^xsd:double;
  dwc:startLongitude '10.837317'^^xsd:double;
  dwc:endLongitude '10.837317'^^xsd:double;
  dwc:latitude '54.67688'^^xsd:double;
  dwc:startLatitude '54.67688'^^xsd:double;
  dwc:endLatitude '54.67688'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_224'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67688 10.837317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.67688"^^xsd:decimal ;
  dwc:decimalLongitude "10.837317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_225'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=225'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '4.0258333333333'^^xsd:double;
  dwc:startTimeOfDay '4.0258333333333'^^xsd:double;
  dwc:endTimeOfDay '4.0258333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.837317'^^xsd:double;
  dwc:startLongitude '10.837317'^^xsd:double;
  dwc:endLongitude '10.837317'^^xsd:double;
  dwc:latitude '54.67688'^^xsd:double;
  dwc:startLatitude '54.67688'^^xsd:double;
  dwc:endLatitude '54.67688'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_225'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.682049 10.845201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.682049"^^xsd:decimal ;
  dwc:decimalLongitude "10.845201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_226'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=226'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '4.0980555555555'^^xsd:double;
  dwc:startTimeOfDay '4.0980555555555'^^xsd:double;
  dwc:endTimeOfDay '4.0980555555555'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.845201'^^xsd:double;
  dwc:startLongitude '10.845201'^^xsd:double;
  dwc:endLongitude '10.845201'^^xsd:double;
  dwc:latitude '54.682049'^^xsd:double;
  dwc:startLatitude '54.682049'^^xsd:double;
  dwc:endLatitude '54.682049'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_226'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.683918 10.847949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.683918"^^xsd:decimal ;
  dwc:decimalLongitude "10.847949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_227'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=227'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '4.1241666666667'^^xsd:double;
  dwc:startTimeOfDay '4.1241666666667'^^xsd:double;
  dwc:endTimeOfDay '4.1241666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.847949'^^xsd:double;
  dwc:startLongitude '10.847949'^^xsd:double;
  dwc:endLongitude '10.847949'^^xsd:double;
  dwc:latitude '54.683918'^^xsd:double;
  dwc:startLatitude '54.683918'^^xsd:double;
  dwc:endLatitude '54.683918'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_227'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.802971 10.848834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.802971"^^xsd:decimal ;
  dwc:decimalLongitude "10.848834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_394'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=394'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '23.081111111111'^^xsd:double;
  dwc:startTimeOfDay '23.081111111111'^^xsd:double;
  dwc:endTimeOfDay '23.081111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.848834'^^xsd:double;
  dwc:startLongitude '10.848834'^^xsd:double;
  dwc:endLongitude '10.848834'^^xsd:double;
  dwc:latitude '55.802971'^^xsd:double;
  dwc:startLatitude '55.802971'^^xsd:double;
  dwc:endLatitude '55.802971'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_394'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.805298 10.851383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.805298"^^xsd:decimal ;
  dwc:decimalLongitude "10.851383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_395'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=395'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '23.106388888889'^^xsd:double;
  dwc:startTimeOfDay '23.106388888889'^^xsd:double;
  dwc:endTimeOfDay '23.106388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.851383'^^xsd:double;
  dwc:startLongitude '10.851383'^^xsd:double;
  dwc:endLongitude '10.851383'^^xsd:double;
  dwc:latitude '55.805298'^^xsd:double;
  dwc:startLatitude '55.805298'^^xsd:double;
  dwc:endLatitude '55.805298'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_395'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.688931 10.855451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.688931"^^xsd:decimal ;
  dwc:decimalLongitude "10.855451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_228'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=228'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '4.1938888888889'^^xsd:double;
  dwc:startTimeOfDay '4.1938888888889'^^xsd:double;
  dwc:endTimeOfDay '4.1938888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.855451'^^xsd:double;
  dwc:startLongitude '10.855451'^^xsd:double;
  dwc:endLongitude '10.855451'^^xsd:double;
  dwc:latitude '54.688931'^^xsd:double;
  dwc:startLatitude '54.688931'^^xsd:double;
  dwc:endLatitude '54.688931'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_228'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.646786 10.855916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.646786"^^xsd:decimal ;
  dwc:decimalLongitude "10.855916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_388'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=388'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '21.623055555556'^^xsd:double;
  dwc:startTimeOfDay '21.623055555556'^^xsd:double;
  dwc:endTimeOfDay '21.623055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.855916'^^xsd:double;
  dwc:startLongitude '10.855916'^^xsd:double;
  dwc:endLongitude '10.855916'^^xsd:double;
  dwc:latitude '55.646786'^^xsd:double;
  dwc:startLatitude '55.646786'^^xsd:double;
  dwc:endLatitude '55.646786'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_388'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.819546 10.866699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.819546"^^xsd:decimal ;
  dwc:decimalLongitude "10.866699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_396'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=396'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '23.260555555556'^^xsd:double;
  dwc:startTimeOfDay '23.260555555556'^^xsd:double;
  dwc:endTimeOfDay '23.260555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.866699'^^xsd:double;
  dwc:startLongitude '10.866699'^^xsd:double;
  dwc:endLongitude '10.866699'^^xsd:double;
  dwc:latitude '55.819546'^^xsd:double;
  dwc:startLatitude '55.819546'^^xsd:double;
  dwc:endLatitude '55.819546'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_396'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.600113 10.869501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.600113"^^xsd:decimal ;
  dwc:decimalLongitude "10.869501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_44'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=44'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '16.5775'^^xsd:double;
  dwc:startTimeOfDay '16.5775'^^xsd:double;
  dwc:endTimeOfDay '16.5775'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.869501'^^xsd:double;
  dwc:startLongitude '10.869501'^^xsd:double;
  dwc:endLongitude '10.869501'^^xsd:double;
  dwc:latitude '54.600113'^^xsd:double;
  dwc:startLatitude '54.600113'^^xsd:double;
  dwc:endLatitude '54.600113'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_44'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.609081 10.869967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.609081"^^xsd:decimal ;
  dwc:decimalLongitude "10.869967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_387'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=387'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '21.320555555556'^^xsd:double;
  dwc:startTimeOfDay '21.320555555556'^^xsd:double;
  dwc:endTimeOfDay '21.320555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.869967'^^xsd:double;
  dwc:startLongitude '10.869967'^^xsd:double;
  dwc:endLongitude '10.869967'^^xsd:double;
  dwc:latitude '55.609081'^^xsd:double;
  dwc:startLatitude '55.609081'^^xsd:double;
  dwc:endLatitude '55.609081'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_387'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.608398 10.870417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.608398"^^xsd:decimal ;
  dwc:decimalLongitude "10.870417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_386'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=386'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '21.3125'^^xsd:double;
  dwc:startTimeOfDay '21.3125'^^xsd:double;
  dwc:endTimeOfDay '21.3125'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.870417'^^xsd:double;
  dwc:startLongitude '10.870417'^^xsd:double;
  dwc:endLongitude '10.870417'^^xsd:double;
  dwc:latitude '55.608398'^^xsd:double;
  dwc:startLatitude '55.608398'^^xsd:double;
  dwc:endLatitude '55.608398'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_386'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.823586 10.871334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.823586"^^xsd:decimal ;
  dwc:decimalLongitude "10.871334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_397'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=397'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '23.326666666667'^^xsd:double;
  dwc:startTimeOfDay '23.326666666667'^^xsd:double;
  dwc:endTimeOfDay '23.326666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.871334'^^xsd:double;
  dwc:startLongitude '10.871334'^^xsd:double;
  dwc:endLongitude '10.871334'^^xsd:double;
  dwc:latitude '55.823586'^^xsd:double;
  dwc:startLatitude '55.823586'^^xsd:double;
  dwc:endLatitude '55.823586'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_397'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.603718 10.873668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.603718"^^xsd:decimal ;
  dwc:decimalLongitude "10.873668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_385'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=385'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '21.272222222222'^^xsd:double;
  dwc:startTimeOfDay '21.272222222222'^^xsd:double;
  dwc:endTimeOfDay '21.272222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.873668'^^xsd:double;
  dwc:startLongitude '10.873668'^^xsd:double;
  dwc:endLongitude '10.873668'^^xsd:double;
  dwc:latitude '55.603718'^^xsd:double;
  dwc:startLatitude '55.603718'^^xsd:double;
  dwc:endLatitude '55.603718'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_385'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.599266 10.876599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.599266"^^xsd:decimal ;
  dwc:decimalLongitude "10.876599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_383'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=383'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '21.229722222222'^^xsd:double;
  dwc:startTimeOfDay '21.229722222222'^^xsd:double;
  dwc:endTimeOfDay '21.229722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.876599'^^xsd:double;
  dwc:startLongitude '10.876599'^^xsd:double;
  dwc:endLongitude '10.876599'^^xsd:double;
  dwc:latitude '55.599266'^^xsd:double;
  dwc:startLatitude '55.599266'^^xsd:double;
  dwc:endLatitude '55.599266'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_383'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.599266 10.876599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.599266"^^xsd:decimal ;
  dwc:decimalLongitude "10.876599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_384'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=384'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '21.231666666667'^^xsd:double;
  dwc:startTimeOfDay '21.231666666667'^^xsd:double;
  dwc:endTimeOfDay '21.231666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.876599'^^xsd:double;
  dwc:startLongitude '10.876599'^^xsd:double;
  dwc:endLongitude '10.876599'^^xsd:double;
  dwc:latitude '55.599266'^^xsd:double;
  dwc:startLatitude '55.599266'^^xsd:double;
  dwc:endLatitude '55.599266'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_384'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.595532 10.879067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.595532"^^xsd:decimal ;
  dwc:decimalLongitude "10.879067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_382'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=382'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '21.198055555556'^^xsd:double;
  dwc:startTimeOfDay '21.198055555556'^^xsd:double;
  dwc:endTimeOfDay '21.198055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.879067'^^xsd:double;
  dwc:startLongitude '10.879067'^^xsd:double;
  dwc:endLongitude '10.879067'^^xsd:double;
  dwc:latitude '55.595532'^^xsd:double;
  dwc:startLatitude '55.595532'^^xsd:double;
  dwc:endLatitude '55.595532'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_382'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.835197 10.885016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.835197"^^xsd:decimal ;
  dwc:decimalLongitude "10.885016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_398'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=398'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '23.468333333333'^^xsd:double;
  dwc:startTimeOfDay '23.468333333333'^^xsd:double;
  dwc:endTimeOfDay '23.468333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.885016'^^xsd:double;
  dwc:startLongitude '10.885016'^^xsd:double;
  dwc:endLongitude '10.885016'^^xsd:double;
  dwc:latitude '55.835197'^^xsd:double;
  dwc:startLatitude '55.835197'^^xsd:double;
  dwc:endLatitude '55.835197'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_398'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.657154 10.892467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.657154"^^xsd:decimal ;
  dwc:decimalLongitude "10.892467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_271'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=271'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '169'^^xsd:integer;
  dwc:startJulianDay '169'^^xsd:integer;
  dwc:endJulianDay '169'^^xsd:integer;
  dwc:timeOfDay '16.408888888889'^^xsd:double;
  dwc:startTimeOfDay '16.408888888889'^^xsd:double;
  dwc:endTimeOfDay '16.408888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.892467'^^xsd:double;
  dwc:startLongitude '10.892467'^^xsd:double;
  dwc:endLongitude '10.892467'^^xsd:double;
  dwc:latitude '54.657154'^^xsd:double;
  dwc:startLatitude '54.657154'^^xsd:double;
  dwc:endLatitude '54.657154'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_271'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.848503 10.89815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.848503"^^xsd:decimal ;
  dwc:decimalLongitude "10.89815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_399'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=399'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '23.613611111111'^^xsd:double;
  dwc:startTimeOfDay '23.613611111111'^^xsd:double;
  dwc:endTimeOfDay '23.613611111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.89815'^^xsd:double;
  dwc:startLongitude '10.89815'^^xsd:double;
  dwc:endLongitude '10.89815'^^xsd:double;
  dwc:latitude '55.848503'^^xsd:double;
  dwc:startLatitude '55.848503'^^xsd:double;
  dwc:endLatitude '55.848503'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_399'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.696934 10.900867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.696934"^^xsd:decimal ;
  dwc:decimalLongitude "10.900867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_272'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=272'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '169'^^xsd:integer;
  dwc:startJulianDay '169'^^xsd:integer;
  dwc:endJulianDay '169'^^xsd:integer;
  dwc:timeOfDay '16.859722222222'^^xsd:double;
  dwc:startTimeOfDay '16.859722222222'^^xsd:double;
  dwc:endTimeOfDay '16.859722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.900867'^^xsd:double;
  dwc:startLongitude '10.900867'^^xsd:double;
  dwc:endLongitude '10.900867'^^xsd:double;
  dwc:latitude '54.696934'^^xsd:double;
  dwc:startLatitude '54.696934'^^xsd:double;
  dwc:endLatitude '54.696934'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_272'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.989071 10.907833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.989071"^^xsd:decimal ;
  dwc:decimalLongitude "10.907833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_373'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=373'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '15.6425'^^xsd:double;
  dwc:startTimeOfDay '15.6425'^^xsd:double;
  dwc:endTimeOfDay '15.6425'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.907833'^^xsd:double;
  dwc:startLongitude '10.907833'^^xsd:double;
  dwc:endLongitude '10.907833'^^xsd:double;
  dwc:latitude '54.989071'^^xsd:double;
  dwc:startLatitude '54.989071'^^xsd:double;
  dwc:endLatitude '54.989071'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_373'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.861851 10.9131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.861851"^^xsd:decimal ;
  dwc:decimalLongitude "10.9131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_400'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=400'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '23.768611111111'^^xsd:double;
  dwc:startTimeOfDay '23.768611111111'^^xsd:double;
  dwc:endTimeOfDay '23.768611111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.9131'^^xsd:double;
  dwc:startLongitude '10.9131'^^xsd:double;
  dwc:endLongitude '10.9131'^^xsd:double;
  dwc:latitude '55.861851'^^xsd:double;
  dwc:startLatitude '55.861851'^^xsd:double;
  dwc:endLatitude '55.861851'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_400'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.502068 10.931034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.502068"^^xsd:decimal ;
  dwc:decimalLongitude "10.931034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_381'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=381'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '20.285833333333'^^xsd:double;
  dwc:startTimeOfDay '20.285833333333'^^xsd:double;
  dwc:endTimeOfDay '20.285833333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.931034'^^xsd:double;
  dwc:startLongitude '10.931034'^^xsd:double;
  dwc:endLongitude '10.931034'^^xsd:double;
  dwc:latitude '55.502068'^^xsd:double;
  dwc:startLatitude '55.502068'^^xsd:double;
  dwc:endLatitude '55.502068'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_381'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.667667 10.934033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.667667"^^xsd:decimal ;
  dwc:decimalLongitude "10.934033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_273'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=273'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '169'^^xsd:integer;
  dwc:startJulianDay '169'^^xsd:integer;
  dwc:endJulianDay '169'^^xsd:integer;
  dwc:timeOfDay '17.886388888889'^^xsd:double;
  dwc:startTimeOfDay '17.886388888889'^^xsd:double;
  dwc:endTimeOfDay '17.886388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.934033'^^xsd:double;
  dwc:startLongitude '10.934033'^^xsd:double;
  dwc:endLongitude '10.934033'^^xsd:double;
  dwc:latitude '54.667667'^^xsd:double;
  dwc:startLatitude '54.667667'^^xsd:double;
  dwc:endLatitude '54.667667'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_273'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.882568 10.939182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.882568"^^xsd:decimal ;
  dwc:decimalLongitude "10.939182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_401'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=401'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '0.014722222222222'^^xsd:double;
  dwc:startTimeOfDay '0.014722222222222'^^xsd:double;
  dwc:endTimeOfDay '0.014722222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.939182'^^xsd:double;
  dwc:startLongitude '10.939182'^^xsd:double;
  dwc:endLongitude '10.939182'^^xsd:double;
  dwc:latitude '55.882568'^^xsd:double;
  dwc:startLatitude '55.882568'^^xsd:double;
  dwc:endLatitude '55.882568'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_401'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.560467 10.939417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.560467"^^xsd:decimal ;
  dwc:decimalLongitude "10.939417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_45'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=45'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '17.218888888889'^^xsd:double;
  dwc:startTimeOfDay '17.218888888889'^^xsd:double;
  dwc:endTimeOfDay '17.218888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.939417'^^xsd:double;
  dwc:startLongitude '10.939417'^^xsd:double;
  dwc:endLongitude '10.939417'^^xsd:double;
  dwc:latitude '54.560467'^^xsd:double;
  dwc:startLatitude '54.560467'^^xsd:double;
  dwc:endLatitude '54.560467'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_45'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.559849 10.9406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.559849"^^xsd:decimal ;
  dwc:decimalLongitude "10.9406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_46'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=46'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '17.226111111111'^^xsd:double;
  dwc:startTimeOfDay '17.226111111111'^^xsd:double;
  dwc:endTimeOfDay '17.226111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.9406'^^xsd:double;
  dwc:startLongitude '10.9406'^^xsd:double;
  dwc:endLongitude '10.9406'^^xsd:double;
  dwc:latitude '54.559849'^^xsd:double;
  dwc:startLatitude '54.559849'^^xsd:double;
  dwc:endLatitude '54.559849'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_46'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.991798 10.945866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.991798"^^xsd:decimal ;
  dwc:decimalLongitude "10.945866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_274'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=274'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '171'^^xsd:integer;
  dwc:startJulianDay '171'^^xsd:integer;
  dwc:endJulianDay '171'^^xsd:integer;
  dwc:timeOfDay '8.8480555555556'^^xsd:double;
  dwc:startTimeOfDay '8.8480555555556'^^xsd:double;
  dwc:endTimeOfDay '8.8480555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.945866'^^xsd:double;
  dwc:startLongitude '10.945866'^^xsd:double;
  dwc:endLongitude '10.945866'^^xsd:double;
  dwc:latitude '53.991798'^^xsd:double;
  dwc:startLatitude '53.991798'^^xsd:double;
  dwc:endLatitude '53.991798'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_274'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.890869 10.950267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.890869"^^xsd:decimal ;
  dwc:decimalLongitude "10.950267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_402'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=402'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '0.11472222222222'^^xsd:double;
  dwc:startTimeOfDay '0.11472222222222'^^xsd:double;
  dwc:endTimeOfDay '0.11472222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.950267'^^xsd:double;
  dwc:startLongitude '10.950267'^^xsd:double;
  dwc:endLongitude '10.950267'^^xsd:double;
  dwc:latitude '55.890869'^^xsd:double;
  dwc:startLatitude '55.890869'^^xsd:double;
  dwc:endLatitude '55.890869'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_402'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.898472 10.959634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.898472"^^xsd:decimal ;
  dwc:decimalLongitude "10.959634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_403'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=403'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '0.21222222222222'^^xsd:double;
  dwc:startTimeOfDay '0.21222222222222'^^xsd:double;
  dwc:endTimeOfDay '0.21222222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.959634'^^xsd:double;
  dwc:startLongitude '10.959634'^^xsd:double;
  dwc:endLongitude '10.959634'^^xsd:double;
  dwc:latitude '55.898472'^^xsd:double;
  dwc:startLatitude '55.898472'^^xsd:double;
  dwc:endLatitude '55.898472'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_403'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.690445 10.959817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.690445"^^xsd:decimal ;
  dwc:decimalLongitude "10.959817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_229'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=229'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '5.3452777777778'^^xsd:double;
  dwc:startTimeOfDay '5.3452777777778'^^xsd:double;
  dwc:endTimeOfDay '5.3452777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.959817'^^xsd:double;
  dwc:startLongitude '10.959817'^^xsd:double;
  dwc:endLongitude '10.959817'^^xsd:double;
  dwc:latitude '54.690445'^^xsd:double;
  dwc:startLatitude '54.690445'^^xsd:double;
  dwc:endLatitude '54.690445'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_229'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.90078 10.962734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.90078"^^xsd:decimal ;
  dwc:decimalLongitude "10.962734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_404'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=404'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '0.24305555555556'^^xsd:double;
  dwc:startTimeOfDay '0.24305555555556'^^xsd:double;
  dwc:endTimeOfDay '0.24305555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.962734'^^xsd:double;
  dwc:startLongitude '10.962734'^^xsd:double;
  dwc:endLongitude '10.962734'^^xsd:double;
  dwc:latitude '55.90078'^^xsd:double;
  dwc:startLatitude '55.90078'^^xsd:double;
  dwc:endLatitude '55.90078'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_404'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.691872 10.967883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.691872"^^xsd:decimal ;
  dwc:decimalLongitude "10.967883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_230'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=230'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '5.3955555555556'^^xsd:double;
  dwc:startTimeOfDay '5.3955555555556'^^xsd:double;
  dwc:endTimeOfDay '5.3955555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.967883'^^xsd:double;
  dwc:startLongitude '10.967883'^^xsd:double;
  dwc:endLongitude '10.967883'^^xsd:double;
  dwc:latitude '54.691872'^^xsd:double;
  dwc:startLatitude '54.691872'^^xsd:double;
  dwc:endLatitude '54.691872'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_230'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56675 10.969517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.56675"^^xsd:decimal ;
  dwc:decimalLongitude "10.969517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_47'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=47'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '17.478055555556'^^xsd:double;
  dwc:startTimeOfDay '17.478055555556'^^xsd:double;
  dwc:endTimeOfDay '17.478055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.969517'^^xsd:double;
  dwc:startLongitude '10.969517'^^xsd:double;
  dwc:endLongitude '10.969517'^^xsd:double;
  dwc:latitude '54.56675'^^xsd:double;
  dwc:startLatitude '54.56675'^^xsd:double;
  dwc:endLatitude '54.56675'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_47'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.418686 10.981449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.418686"^^xsd:decimal ;
  dwc:decimalLongitude "10.981449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_380'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=380'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '19.461944444444'^^xsd:double;
  dwc:startTimeOfDay '19.461944444444'^^xsd:double;
  dwc:endTimeOfDay '19.461944444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.981449'^^xsd:double;
  dwc:startLongitude '10.981449'^^xsd:double;
  dwc:endLongitude '10.981449'^^xsd:double;
  dwc:latitude '55.418686'^^xsd:double;
  dwc:startLatitude '55.418686'^^xsd:double;
  dwc:endLatitude '55.418686'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_380'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.41465 10.983933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.41465"^^xsd:decimal ;
  dwc:decimalLongitude "10.983933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_379'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=379'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '19.426111111111'^^xsd:double;
  dwc:startTimeOfDay '19.426111111111'^^xsd:double;
  dwc:endTimeOfDay '19.426111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.983933'^^xsd:double;
  dwc:startLongitude '10.983933'^^xsd:double;
  dwc:endLongitude '10.983933'^^xsd:double;
  dwc:latitude '55.41465'^^xsd:double;
  dwc:startLatitude '55.41465'^^xsd:double;
  dwc:endLatitude '55.41465'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_379'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.153721 10.98515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.153721"^^xsd:decimal ;
  dwc:decimalLongitude "10.98515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_374'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=374'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '17.059166666667'^^xsd:double;
  dwc:startTimeOfDay '17.059166666667'^^xsd:double;
  dwc:endTimeOfDay '17.059166666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.98515'^^xsd:double;
  dwc:startLongitude '10.98515'^^xsd:double;
  dwc:endLongitude '10.98515'^^xsd:double;
  dwc:latitude '55.153721'^^xsd:double;
  dwc:startLatitude '55.153721'^^xsd:double;
  dwc:endLatitude '55.153721'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_374'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.156151 10.98575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.156151"^^xsd:decimal ;
  dwc:decimalLongitude "10.98575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_375'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=375'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '17.080555555556'^^xsd:double;
  dwc:startTimeOfDay '17.080555555556'^^xsd:double;
  dwc:endTimeOfDay '17.080555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.98575'^^xsd:double;
  dwc:startLongitude '10.98575'^^xsd:double;
  dwc:endLongitude '10.98575'^^xsd:double;
  dwc:latitude '55.156151'^^xsd:double;
  dwc:startLatitude '55.156151'^^xsd:double;
  dwc:endLatitude '55.156151'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_375'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.159447 10.986768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.159447"^^xsd:decimal ;
  dwc:decimalLongitude "10.986768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_376'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=376'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '17.108055555556'^^xsd:double;
  dwc:startTimeOfDay '17.108055555556'^^xsd:double;
  dwc:endTimeOfDay '17.108055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.986768'^^xsd:double;
  dwc:startLongitude '10.986768'^^xsd:double;
  dwc:endLongitude '10.986768'^^xsd:double;
  dwc:latitude '55.159447'^^xsd:double;
  dwc:startLatitude '55.159447'^^xsd:double;
  dwc:endLatitude '55.159447'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_376'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.682365 10.987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.682365"^^xsd:decimal ;
  dwc:decimalLongitude "10.987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_231'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=231'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '5.5338888888889'^^xsd:double;
  dwc:startTimeOfDay '5.5338888888889'^^xsd:double;
  dwc:endTimeOfDay '5.5338888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.987'^^xsd:double;
  dwc:startLongitude '10.987'^^xsd:double;
  dwc:endLongitude '10.987'^^xsd:double;
  dwc:latitude '54.682365'^^xsd:double;
  dwc:startLatitude '54.682365'^^xsd:double;
  dwc:endLatitude '54.682365'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_231'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.185955 10.987183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.185955"^^xsd:decimal ;
  dwc:decimalLongitude "10.987183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_377'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=377'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '17.358333333333'^^xsd:double;
  dwc:startTimeOfDay '17.358333333333'^^xsd:double;
  dwc:endTimeOfDay '17.358333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.987183'^^xsd:double;
  dwc:startLongitude '10.987183'^^xsd:double;
  dwc:endLongitude '10.987183'^^xsd:double;
  dwc:latitude '55.185955'^^xsd:double;
  dwc:startLatitude '55.185955'^^xsd:double;
  dwc:endLatitude '55.185955'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_377'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.929867 10.99575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.929867"^^xsd:decimal ;
  dwc:decimalLongitude "10.99575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_405'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=405'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '0.58472222222222'^^xsd:double;
  dwc:startTimeOfDay '0.58472222222222'^^xsd:double;
  dwc:endTimeOfDay '0.58472222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '10.99575'^^xsd:double;
  dwc:startLongitude '10.99575'^^xsd:double;
  dwc:endLongitude '10.99575'^^xsd:double;
  dwc:latitude '55.929867'^^xsd:double;
  dwc:startLatitude '55.929867'^^xsd:double;
  dwc:endLatitude '55.929867'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_405'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.58672 11.001316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.58672"^^xsd:decimal ;
  dwc:decimalLongitude "11.001316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_48'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=48'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '17.763888888889'^^xsd:double;
  dwc:startTimeOfDay '17.763888888889'^^xsd:double;
  dwc:endTimeOfDay '17.763888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.001316'^^xsd:double;
  dwc:startLongitude '11.001316'^^xsd:double;
  dwc:endLongitude '11.001316'^^xsd:double;
  dwc:latitude '54.58672'^^xsd:double;
  dwc:startLatitude '54.58672'^^xsd:double;
  dwc:endLatitude '54.58672'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_48'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.353752 11.016783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.353752"^^xsd:decimal ;
  dwc:decimalLongitude "11.016783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_378'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=378'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '18.861388888889'^^xsd:double;
  dwc:startTimeOfDay '18.861388888889'^^xsd:double;
  dwc:endTimeOfDay '18.861388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.016783'^^xsd:double;
  dwc:startLongitude '11.016783'^^xsd:double;
  dwc:endLongitude '11.016783'^^xsd:double;
  dwc:latitude '55.353752'^^xsd:double;
  dwc:startLatitude '55.353752'^^xsd:double;
  dwc:endLatitude '55.353752'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_378'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.705681 11.045233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.705681"^^xsd:decimal ;
  dwc:decimalLongitude "11.045233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_290'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=290'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '191'^^xsd:integer;
  dwc:startJulianDay '191'^^xsd:integer;
  dwc:endJulianDay '191'^^xsd:integer;
  dwc:timeOfDay '1.3208333333333'^^xsd:double;
  dwc:startTimeOfDay '1.3208333333333'^^xsd:double;
  dwc:endTimeOfDay '1.3208333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.045233'^^xsd:double;
  dwc:startLongitude '11.045233'^^xsd:double;
  dwc:endLongitude '11.045233'^^xsd:double;
  dwc:latitude '54.705681'^^xsd:double;
  dwc:startLatitude '54.705681'^^xsd:double;
  dwc:endLatitude '54.705681'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_290'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715187 11.059233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715187"^^xsd:decimal ;
  dwc:decimalLongitude "11.059233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_289'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=289'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '191'^^xsd:integer;
  dwc:startJulianDay '191'^^xsd:integer;
  dwc:endJulianDay '191'^^xsd:integer;
  dwc:timeOfDay '1.0633333333333'^^xsd:double;
  dwc:startTimeOfDay '1.0633333333333'^^xsd:double;
  dwc:endTimeOfDay '1.0633333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.059233'^^xsd:double;
  dwc:startLongitude '11.059233'^^xsd:double;
  dwc:endLongitude '11.059233'^^xsd:double;
  dwc:latitude '54.715187'^^xsd:double;
  dwc:startLatitude '54.715187'^^xsd:double;
  dwc:endLatitude '54.715187'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_289'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.466301 11.081484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.466301"^^xsd:decimal ;
  dwc:decimalLongitude "11.081484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_410'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=410'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '5.8125'^^xsd:double;
  dwc:startTimeOfDay '5.8125'^^xsd:double;
  dwc:endTimeOfDay '5.8125'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.081484'^^xsd:double;
  dwc:startLongitude '11.081484'^^xsd:double;
  dwc:endLongitude '11.081484'^^xsd:double;
  dwc:latitude '56.466301'^^xsd:double;
  dwc:startLatitude '56.466301'^^xsd:double;
  dwc:endLatitude '56.466301'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_410'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.458015 11.08455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.458015"^^xsd:decimal ;
  dwc:decimalLongitude "11.08455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_409'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=409'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '5.7330555555556'^^xsd:double;
  dwc:startTimeOfDay '5.7330555555556'^^xsd:double;
  dwc:endTimeOfDay '5.7330555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.08455'^^xsd:double;
  dwc:startLongitude '11.08455'^^xsd:double;
  dwc:endLongitude '11.08455'^^xsd:double;
  dwc:latitude '56.458015'^^xsd:double;
  dwc:startLatitude '56.458015'^^xsd:double;
  dwc:endLatitude '56.458015'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_409'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.084553 11.0958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.084553"^^xsd:decimal ;
  dwc:decimalLongitude "11.0958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_406'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=406'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '2.2947222222222'^^xsd:double;
  dwc:startTimeOfDay '2.2947222222222'^^xsd:double;
  dwc:endTimeOfDay '2.2947222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.0958'^^xsd:double;
  dwc:startLongitude '11.0958'^^xsd:double;
  dwc:endLongitude '11.0958'^^xsd:double;
  dwc:latitude '56.084553'^^xsd:double;
  dwc:startLatitude '56.084553'^^xsd:double;
  dwc:endLatitude '56.084553'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_406'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.107098 11.097983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.107098"^^xsd:decimal ;
  dwc:decimalLongitude "11.097983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_407'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=407'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '2.5341666666667'^^xsd:double;
  dwc:startTimeOfDay '2.5341666666667'^^xsd:double;
  dwc:endTimeOfDay '2.5341666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.097983'^^xsd:double;
  dwc:startLongitude '11.097983'^^xsd:double;
  dwc:endLongitude '11.097983'^^xsd:double;
  dwc:latitude '56.107098'^^xsd:double;
  dwc:startLatitude '56.107098'^^xsd:double;
  dwc:endLatitude '56.107098'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_407'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.631233 11.099184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.631233"^^xsd:decimal ;
  dwc:decimalLongitude "11.099184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_49'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=49'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '18.586388888889'^^xsd:double;
  dwc:startTimeOfDay '18.586388888889'^^xsd:double;
  dwc:endTimeOfDay '18.586388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.099184'^^xsd:double;
  dwc:startLongitude '11.099184'^^xsd:double;
  dwc:endLongitude '11.099184'^^xsd:double;
  dwc:latitude '54.631233'^^xsd:double;
  dwc:startLatitude '54.631233'^^xsd:double;
  dwc:endLatitude '54.631233'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_49'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.630665 11.100866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.630665"^^xsd:decimal ;
  dwc:decimalLongitude "11.100866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_50'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=50'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '18.605277777778'^^xsd:double;
  dwc:startTimeOfDay '18.605277777778'^^xsd:double;
  dwc:endTimeOfDay '18.605277777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.100866'^^xsd:double;
  dwc:startLongitude '11.100866'^^xsd:double;
  dwc:endLongitude '11.100866'^^xsd:double;
  dwc:latitude '54.630665'^^xsd:double;
  dwc:startLatitude '54.630665'^^xsd:double;
  dwc:endLatitude '54.630665'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_50'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.407764 11.104383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.407764"^^xsd:decimal ;
  dwc:decimalLongitude "11.104383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_408'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=408'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '5.2816666666667'^^xsd:double;
  dwc:startTimeOfDay '5.2816666666667'^^xsd:double;
  dwc:endTimeOfDay '5.2816666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.104383'^^xsd:double;
  dwc:startLongitude '11.104383'^^xsd:double;
  dwc:endLongitude '11.104383'^^xsd:double;
  dwc:latitude '56.407764'^^xsd:double;
  dwc:startLatitude '56.407764'^^xsd:double;
  dwc:endLatitude '56.407764'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_408'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.570629 11.2031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.570629"^^xsd:decimal ;
  dwc:decimalLongitude "11.2031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_51'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=51'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '19.736111111111'^^xsd:double;
  dwc:startTimeOfDay '19.736111111111'^^xsd:double;
  dwc:endTimeOfDay '19.736111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.2031'^^xsd:double;
  dwc:startLongitude '11.2031'^^xsd:double;
  dwc:endLongitude '11.2031'^^xsd:double;
  dwc:latitude '54.570629'^^xsd:double;
  dwc:startLatitude '54.570629'^^xsd:double;
  dwc:endLatitude '54.570629'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_51'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.550652 11.234583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.550652"^^xsd:decimal ;
  dwc:decimalLongitude "11.234583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_300'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=300'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '16.234166666667'^^xsd:double;
  dwc:startTimeOfDay '16.234166666667'^^xsd:double;
  dwc:endTimeOfDay '16.234166666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.234583'^^xsd:double;
  dwc:startLongitude '11.234583'^^xsd:double;
  dwc:endLongitude '11.234583'^^xsd:double;
  dwc:latitude '54.550652'^^xsd:double;
  dwc:startLatitude '54.550652'^^xsd:double;
  dwc:endLatitude '54.550652'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_300'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.519768 11.264349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.519768"^^xsd:decimal ;
  dwc:decimalLongitude "11.264349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_232'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=232'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '7.5666666666667'^^xsd:double;
  dwc:startTimeOfDay '7.5666666666667'^^xsd:double;
  dwc:endTimeOfDay '7.5666666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.264349'^^xsd:double;
  dwc:startLongitude '11.264349'^^xsd:double;
  dwc:endLongitude '11.264349'^^xsd:double;
  dwc:latitude '54.519768'^^xsd:double;
  dwc:startLatitude '54.519768'^^xsd:double;
  dwc:endLatitude '54.519768'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_232'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.636131 11.277267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.636131"^^xsd:decimal ;
  dwc:decimalLongitude "11.277267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_288'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=288'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '190'^^xsd:integer;
  dwc:startJulianDay '190'^^xsd:integer;
  dwc:endJulianDay '190'^^xsd:integer;
  dwc:timeOfDay '23.551666666667'^^xsd:double;
  dwc:startTimeOfDay '23.551666666667'^^xsd:double;
  dwc:endTimeOfDay '23.551666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.277267'^^xsd:double;
  dwc:startLongitude '11.277267'^^xsd:double;
  dwc:endLongitude '11.277267'^^xsd:double;
  dwc:latitude '54.636131'^^xsd:double;
  dwc:startLatitude '54.636131'^^xsd:double;
  dwc:endLatitude '54.636131'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_288'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.634831 11.30405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.634831"^^xsd:decimal ;
  dwc:decimalLongitude "11.30405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_287'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=287'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '190'^^xsd:integer;
  dwc:startJulianDay '190'^^xsd:integer;
  dwc:endJulianDay '190'^^xsd:integer;
  dwc:timeOfDay '23.362777777778'^^xsd:double;
  dwc:startTimeOfDay '23.362777777778'^^xsd:double;
  dwc:endTimeOfDay '23.362777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.30405'^^xsd:double;
  dwc:startLongitude '11.30405'^^xsd:double;
  dwc:endLongitude '11.30405'^^xsd:double;
  dwc:latitude '54.634831'^^xsd:double;
  dwc:startLatitude '54.634831'^^xsd:double;
  dwc:endLatitude '54.634831'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_287'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.548283 11.358449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.548283"^^xsd:decimal ;
  dwc:decimalLongitude "11.358449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_75'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=75'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '8.7197222222222'^^xsd:double;
  dwc:startTimeOfDay '8.7197222222222'^^xsd:double;
  dwc:endTimeOfDay '8.7197222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.358449'^^xsd:double;
  dwc:startLongitude '11.358449'^^xsd:double;
  dwc:endLongitude '11.358449'^^xsd:double;
  dwc:latitude '54.548283'^^xsd:double;
  dwc:startLatitude '54.548283'^^xsd:double;
  dwc:endLatitude '54.548283'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_75'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.547951 11.366317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.547951"^^xsd:decimal ;
  dwc:decimalLongitude "11.366317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_74'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=74'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '8.6788888888889'^^xsd:double;
  dwc:startTimeOfDay '8.6788888888889'^^xsd:double;
  dwc:endTimeOfDay '8.6788888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.366317'^^xsd:double;
  dwc:startLongitude '11.366317'^^xsd:double;
  dwc:endLongitude '11.366317'^^xsd:double;
  dwc:latitude '54.547951'^^xsd:double;
  dwc:startLatitude '54.547951'^^xsd:double;
  dwc:endLatitude '54.547951'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_74'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.510166 11.389634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.510166"^^xsd:decimal ;
  dwc:decimalLongitude "11.389634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_52'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=52'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '21.256944444444'^^xsd:double;
  dwc:startTimeOfDay '21.256944444444'^^xsd:double;
  dwc:endTimeOfDay '21.256944444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.389634'^^xsd:double;
  dwc:startLongitude '11.389634'^^xsd:double;
  dwc:endLongitude '11.389634'^^xsd:double;
  dwc:latitude '54.510166'^^xsd:double;
  dwc:startLatitude '54.510166'^^xsd:double;
  dwc:endLatitude '54.510166'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_52'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.568214 11.413617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.568214"^^xsd:decimal ;
  dwc:decimalLongitude "11.413617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_241'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=241'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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:julianDay '163'^^xsd:integer;
  dwc:startJulianDay '163'^^xsd:integer;
  dwc:endJulianDay '163'^^xsd:integer;
  dwc:timeOfDay '5.4211111111111'^^xsd:double;
  dwc:startTimeOfDay '5.4211111111111'^^xsd:double;
  dwc:endTimeOfDay '5.4211111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.413617'^^xsd:double;
  dwc:startLongitude '11.413617'^^xsd:double;
  dwc:endLongitude '11.413617'^^xsd:double;
  dwc:latitude '54.568214'^^xsd:double;
  dwc:startLatitude '54.568214'^^xsd:double;
  dwc:endLatitude '54.568214'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_241'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56477 11.416166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.56477"^^xsd:decimal ;
  dwc:decimalLongitude "11.416166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_242'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=242'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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:julianDay '163'^^xsd:integer;
  dwc:startJulianDay '163'^^xsd:integer;
  dwc:endJulianDay '163'^^xsd:integer;
  dwc:timeOfDay '5.4658333333333'^^xsd:double;
  dwc:startTimeOfDay '5.4658333333333'^^xsd:double;
  dwc:endTimeOfDay '5.4658333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.416166'^^xsd:double;
  dwc:startLongitude '11.416166'^^xsd:double;
  dwc:endLongitude '11.416166'^^xsd:double;
  dwc:latitude '54.56477'^^xsd:double;
  dwc:startLatitude '54.56477'^^xsd:double;
  dwc:endLatitude '54.56477'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_242'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.559971 11.418683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.559971"^^xsd:decimal ;
  dwc:decimalLongitude "11.418683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_243'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=243'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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:julianDay '163'^^xsd:integer;
  dwc:startJulianDay '163'^^xsd:integer;
  dwc:endJulianDay '163'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:startTimeOfDay '5.5166666666667'^^xsd:double;
  dwc:endTimeOfDay '5.5166666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.418683'^^xsd:double;
  dwc:startLongitude '11.418683'^^xsd:double;
  dwc:endLongitude '11.418683'^^xsd:double;
  dwc:latitude '54.559971'^^xsd:double;
  dwc:startLatitude '54.559971'^^xsd:double;
  dwc:endLatitude '54.559971'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_243'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.54773 11.425716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.54773"^^xsd:decimal ;
  dwc:decimalLongitude "11.425716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_244'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=244'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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:julianDay '163'^^xsd:integer;
  dwc:startJulianDay '163'^^xsd:integer;
  dwc:endJulianDay '163'^^xsd:integer;
  dwc:timeOfDay '5.6405555555556'^^xsd:double;
  dwc:startTimeOfDay '5.6405555555556'^^xsd:double;
  dwc:endTimeOfDay '5.6405555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.425716'^^xsd:double;
  dwc:startLongitude '11.425716'^^xsd:double;
  dwc:endLongitude '11.425716'^^xsd:double;
  dwc:latitude '54.54773'^^xsd:double;
  dwc:startLatitude '54.54773'^^xsd:double;
  dwc:endLatitude '54.54773'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_244'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.484749 11.441182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.484749"^^xsd:decimal ;
  dwc:decimalLongitude "11.441182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_299'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=299'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '15.1625'^^xsd:double;
  dwc:startTimeOfDay '15.1625'^^xsd:double;
  dwc:endTimeOfDay '15.1625'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.441182'^^xsd:double;
  dwc:startLongitude '11.441182'^^xsd:double;
  dwc:endLongitude '11.441182'^^xsd:double;
  dwc:latitude '54.484749'^^xsd:double;
  dwc:startLatitude '54.484749'^^xsd:double;
  dwc:endLatitude '54.484749'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_299'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.501896 11.469517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.501896"^^xsd:decimal ;
  dwc:decimalLongitude "11.469517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_286'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=286'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '190'^^xsd:integer;
  dwc:startJulianDay '190'^^xsd:integer;
  dwc:endJulianDay '190'^^xsd:integer;
  dwc:timeOfDay '21.285277777778'^^xsd:double;
  dwc:startTimeOfDay '21.285277777778'^^xsd:double;
  dwc:endTimeOfDay '21.285277777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.469517'^^xsd:double;
  dwc:startLongitude '11.469517'^^xsd:double;
  dwc:endLongitude '11.469517'^^xsd:double;
  dwc:latitude '54.501896'^^xsd:double;
  dwc:startLatitude '54.501896'^^xsd:double;
  dwc:endLatitude '54.501896'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_286'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.196884 11.470817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.196884"^^xsd:decimal ;
  dwc:decimalLongitude "11.470817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_291'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=291'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '192'^^xsd:integer;
  dwc:startJulianDay '192'^^xsd:integer;
  dwc:endJulianDay '192'^^xsd:integer;
  dwc:timeOfDay '18.315'^^xsd:double;
  dwc:startTimeOfDay '18.315'^^xsd:double;
  dwc:endTimeOfDay '18.315'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.470817'^^xsd:double;
  dwc:startLongitude '11.470817'^^xsd:double;
  dwc:endLongitude '11.470817'^^xsd:double;
  dwc:latitude '54.196884'^^xsd:double;
  dwc:startLatitude '54.196884'^^xsd:double;
  dwc:endLatitude '54.196884'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_291'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.481899 11.505249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.481899"^^xsd:decimal ;
  dwc:decimalLongitude "11.505249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_285'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=285'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '190'^^xsd:integer;
  dwc:startJulianDay '190'^^xsd:integer;
  dwc:endJulianDay '190'^^xsd:integer;
  dwc:timeOfDay '20.940833333333'^^xsd:double;
  dwc:startTimeOfDay '20.940833333333'^^xsd:double;
  dwc:endTimeOfDay '20.940833333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.505249'^^xsd:double;
  dwc:startLongitude '11.505249'^^xsd:double;
  dwc:endLongitude '11.505249'^^xsd:double;
  dwc:latitude '54.481899'^^xsd:double;
  dwc:startLatitude '54.481899'^^xsd:double;
  dwc:endLatitude '54.481899'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_285'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.480053 11.508549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.480053"^^xsd:decimal ;
  dwc:decimalLongitude "11.508549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_284'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=284'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '190'^^xsd:integer;
  dwc:startJulianDay '190'^^xsd:integer;
  dwc:endJulianDay '190'^^xsd:integer;
  dwc:timeOfDay '20.914722222222'^^xsd:double;
  dwc:startTimeOfDay '20.914722222222'^^xsd:double;
  dwc:endTimeOfDay '20.914722222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.508549'^^xsd:double;
  dwc:startLongitude '11.508549'^^xsd:double;
  dwc:endLongitude '11.508549'^^xsd:double;
  dwc:latitude '54.480053'^^xsd:double;
  dwc:startLatitude '54.480053'^^xsd:double;
  dwc:endLatitude '54.480053'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_284'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.224033 11.538068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.224033"^^xsd:decimal ;
  dwc:decimalLongitude "11.538068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_275'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=275'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '171'^^xsd:integer;
  dwc:startJulianDay '171'^^xsd:integer;
  dwc:endJulianDay '171'^^xsd:integer;
  dwc:timeOfDay '13.878055555556'^^xsd:double;
  dwc:startTimeOfDay '13.878055555556'^^xsd:double;
  dwc:endTimeOfDay '13.878055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.538068'^^xsd:double;
  dwc:startLongitude '11.538068'^^xsd:double;
  dwc:endLongitude '11.538068'^^xsd:double;
  dwc:latitude '54.224033'^^xsd:double;
  dwc:startLatitude '54.224033'^^xsd:double;
  dwc:endLatitude '54.224033'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_275'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.535019 11.572166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.535019"^^xsd:decimal ;
  dwc:decimalLongitude "11.572166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_240'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=240'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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:julianDay '163'^^xsd:integer;
  dwc:startJulianDay '163'^^xsd:integer;
  dwc:endJulianDay '163'^^xsd:integer;
  dwc:timeOfDay '4.3069444444444'^^xsd:double;
  dwc:startTimeOfDay '4.3069444444444'^^xsd:double;
  dwc:endTimeOfDay '4.3069444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.572166'^^xsd:double;
  dwc:startLongitude '11.572166'^^xsd:double;
  dwc:endLongitude '11.572166'^^xsd:double;
  dwc:latitude '54.535019'^^xsd:double;
  dwc:startLatitude '54.535019'^^xsd:double;
  dwc:endLatitude '54.535019'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_240'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.459251 11.576583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.459251"^^xsd:decimal ;
  dwc:decimalLongitude "11.576583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_292'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=292'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '192'^^xsd:integer;
  dwc:startJulianDay '192'^^xsd:integer;
  dwc:endJulianDay '192'^^xsd:integer;
  dwc:timeOfDay '23.210555555556'^^xsd:double;
  dwc:startTimeOfDay '23.210555555556'^^xsd:double;
  dwc:endTimeOfDay '23.210555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.576583'^^xsd:double;
  dwc:startLongitude '11.576583'^^xsd:double;
  dwc:endLongitude '11.576583'^^xsd:double;
  dwc:latitude '54.459251'^^xsd:double;
  dwc:startLatitude '54.459251'^^xsd:double;
  dwc:endLatitude '54.459251'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_292'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.527214 11.6297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.527214"^^xsd:decimal ;
  dwc:decimalLongitude "11.6297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_239'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=239'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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:julianDay '163'^^xsd:integer;
  dwc:startJulianDay '163'^^xsd:integer;
  dwc:endJulianDay '163'^^xsd:integer;
  dwc:timeOfDay '3.7686111111111'^^xsd:double;
  dwc:startTimeOfDay '3.7686111111111'^^xsd:double;
  dwc:endTimeOfDay '3.7686111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.6297'^^xsd:double;
  dwc:startLongitude '11.6297'^^xsd:double;
  dwc:endLongitude '11.6297'^^xsd:double;
  dwc:latitude '54.527214'^^xsd:double;
  dwc:startLatitude '54.527214'^^xsd:double;
  dwc:endLatitude '54.527214'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_239'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.526402 11.633516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.526402"^^xsd:decimal ;
  dwc:decimalLongitude "11.633516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_238'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=238'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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:julianDay '163'^^xsd:integer;
  dwc:startJulianDay '163'^^xsd:integer;
  dwc:endJulianDay '163'^^xsd:integer;
  dwc:timeOfDay '3.7411111111111'^^xsd:double;
  dwc:startTimeOfDay '3.7411111111111'^^xsd:double;
  dwc:endTimeOfDay '3.7411111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.633516'^^xsd:double;
  dwc:startLongitude '11.633516'^^xsd:double;
  dwc:endLongitude '11.633516'^^xsd:double;
  dwc:latitude '54.526402'^^xsd:double;
  dwc:startLatitude '54.526402'^^xsd:double;
  dwc:endLatitude '54.526402'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_238'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.378319 11.672067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.378319"^^xsd:decimal ;
  dwc:decimalLongitude "11.672067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_283'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=283'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '190'^^xsd:integer;
  dwc:startJulianDay '190'^^xsd:integer;
  dwc:endJulianDay '190'^^xsd:integer;
  dwc:timeOfDay '19.496111111111'^^xsd:double;
  dwc:startTimeOfDay '19.496111111111'^^xsd:double;
  dwc:endTimeOfDay '19.496111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.672067'^^xsd:double;
  dwc:startLongitude '11.672067'^^xsd:double;
  dwc:endLongitude '11.672067'^^xsd:double;
  dwc:latitude '54.378319'^^xsd:double;
  dwc:startLatitude '54.378319'^^xsd:double;
  dwc:endLatitude '54.378319'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_283'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.377621 11.67325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.377621"^^xsd:decimal ;
  dwc:decimalLongitude "11.67325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_282'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=282'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '190'^^xsd:integer;
  dwc:startJulianDay '190'^^xsd:integer;
  dwc:endJulianDay '190'^^xsd:integer;
  dwc:timeOfDay '19.4825'^^xsd:double;
  dwc:startTimeOfDay '19.4825'^^xsd:double;
  dwc:endTimeOfDay '19.4825'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.67325'^^xsd:double;
  dwc:startLongitude '11.67325'^^xsd:double;
  dwc:endLongitude '11.67325'^^xsd:double;
  dwc:latitude '54.377621'^^xsd:double;
  dwc:startLatitude '54.377621'^^xsd:double;
  dwc:endLatitude '54.377621'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_282'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.516918 11.674968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.516918"^^xsd:decimal ;
  dwc:decimalLongitude "11.674968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_293'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=293'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '193'^^xsd:integer;
  dwc:startJulianDay '193'^^xsd:integer;
  dwc:endJulianDay '193'^^xsd:integer;
  dwc:timeOfDay '0.815'^^xsd:double;
  dwc:startTimeOfDay '0.815'^^xsd:double;
  dwc:endTimeOfDay '0.815'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.674968'^^xsd:double;
  dwc:startLongitude '11.674968'^^xsd:double;
  dwc:endLongitude '11.674968'^^xsd:double;
  dwc:latitude '54.516918'^^xsd:double;
  dwc:startLatitude '54.516918'^^xsd:double;
  dwc:endLatitude '54.516918'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_293'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.372501 11.681616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.372501"^^xsd:decimal ;
  dwc:decimalLongitude "11.681616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_281'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=281'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '190'^^xsd:integer;
  dwc:startJulianDay '190'^^xsd:integer;
  dwc:endJulianDay '190'^^xsd:integer;
  dwc:timeOfDay '19.408888888889'^^xsd:double;
  dwc:startTimeOfDay '19.408888888889'^^xsd:double;
  dwc:endTimeOfDay '19.408888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.681616'^^xsd:double;
  dwc:startLongitude '11.681616'^^xsd:double;
  dwc:endLongitude '11.681616'^^xsd:double;
  dwc:latitude '54.372501'^^xsd:double;
  dwc:startLatitude '54.372501'^^xsd:double;
  dwc:endLatitude '54.372501'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_281'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5135 11.691567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5135"^^xsd:decimal ;
  dwc:decimalLongitude "11.691567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_237'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=237'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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:julianDay '163'^^xsd:integer;
  dwc:startJulianDay '163'^^xsd:integer;
  dwc:endJulianDay '163'^^xsd:integer;
  dwc:timeOfDay '3.3625'^^xsd:double;
  dwc:startTimeOfDay '3.3625'^^xsd:double;
  dwc:endTimeOfDay '3.3625'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.691567'^^xsd:double;
  dwc:startLongitude '11.691567'^^xsd:double;
  dwc:endLongitude '11.691567'^^xsd:double;
  dwc:latitude '54.5135'^^xsd:double;
  dwc:startLatitude '54.5135'^^xsd:double;
  dwc:endLatitude '54.5135'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_237'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.511799 11.704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.511799"^^xsd:decimal ;
  dwc:decimalLongitude "11.704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_73'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=73'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '7.0244444444444'^^xsd:double;
  dwc:startTimeOfDay '7.0244444444444'^^xsd:double;
  dwc:endTimeOfDay '7.0244444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.704'^^xsd:double;
  dwc:startLongitude '11.704'^^xsd:double;
  dwc:endLongitude '11.704'^^xsd:double;
  dwc:latitude '54.511799'^^xsd:double;
  dwc:startLatitude '54.511799'^^xsd:double;
  dwc:endLatitude '54.511799'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_73'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.510033 11.724351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.510033"^^xsd:decimal ;
  dwc:decimalLongitude "11.724351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_72'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=72'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '6.9277777777778'^^xsd:double;
  dwc:startTimeOfDay '6.9277777777778'^^xsd:double;
  dwc:endTimeOfDay '6.9277777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.724351'^^xsd:double;
  dwc:startLongitude '11.724351'^^xsd:double;
  dwc:endLongitude '11.724351'^^xsd:double;
  dwc:latitude '54.510033'^^xsd:double;
  dwc:startLatitude '54.510033'^^xsd:double;
  dwc:endLatitude '54.510033'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_72'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.494183 11.747467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.494183"^^xsd:decimal ;
  dwc:decimalLongitude "11.747467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_236'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=236'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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:julianDay '163'^^xsd:integer;
  dwc:startJulianDay '163'^^xsd:integer;
  dwc:endJulianDay '163'^^xsd:integer;
  dwc:timeOfDay '2.9741666666667'^^xsd:double;
  dwc:startTimeOfDay '2.9741666666667'^^xsd:double;
  dwc:endTimeOfDay '2.9741666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.747467'^^xsd:double;
  dwc:startLongitude '11.747467'^^xsd:double;
  dwc:endLongitude '11.747467'^^xsd:double;
  dwc:latitude '54.494183'^^xsd:double;
  dwc:startLatitude '54.494183'^^xsd:double;
  dwc:endLatitude '54.494183'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_236'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.499111 11.837034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.499111"^^xsd:decimal ;
  dwc:decimalLongitude "11.837034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_294'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=294'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '193'^^xsd:integer;
  dwc:startJulianDay '193'^^xsd:integer;
  dwc:endJulianDay '193'^^xsd:integer;
  dwc:timeOfDay '1.7669444444444'^^xsd:double;
  dwc:startTimeOfDay '1.7669444444444'^^xsd:double;
  dwc:endTimeOfDay '1.7669444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.837034'^^xsd:double;
  dwc:startLongitude '11.837034'^^xsd:double;
  dwc:endLongitude '11.837034'^^xsd:double;
  dwc:latitude '54.499111'^^xsd:double;
  dwc:startLatitude '54.499111'^^xsd:double;
  dwc:endLatitude '54.499111'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_294'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.499016 11.839266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.499016"^^xsd:decimal ;
  dwc:decimalLongitude "11.839266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_71'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=71'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '6.3652777777778'^^xsd:double;
  dwc:startTimeOfDay '6.3652777777778'^^xsd:double;
  dwc:endTimeOfDay '6.3652777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.839266'^^xsd:double;
  dwc:startLongitude '11.839266'^^xsd:double;
  dwc:endLongitude '11.839266'^^xsd:double;
  dwc:latitude '54.499016'^^xsd:double;
  dwc:startLatitude '54.499016'^^xsd:double;
  dwc:endLatitude '54.499016'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_71'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.480965 11.869017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.480965"^^xsd:decimal ;
  dwc:decimalLongitude "11.869017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_233'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=233'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '15.964166666667'^^xsd:double;
  dwc:startTimeOfDay '15.964166666667'^^xsd:double;
  dwc:endTimeOfDay '15.964166666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.869017'^^xsd:double;
  dwc:startLongitude '11.869017'^^xsd:double;
  dwc:endLongitude '11.869017'^^xsd:double;
  dwc:latitude '54.480965'^^xsd:double;
  dwc:startLatitude '54.480965'^^xsd:double;
  dwc:endLatitude '54.480965'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_233'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.494595 11.874917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.494595"^^xsd:decimal ;
  dwc:decimalLongitude "11.874917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_70'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=70'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '6.1697222222222'^^xsd:double;
  dwc:startTimeOfDay '6.1697222222222'^^xsd:double;
  dwc:endTimeOfDay '6.1697222222222'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.874917'^^xsd:double;
  dwc:startLongitude '11.874917'^^xsd:double;
  dwc:endLongitude '11.874917'^^xsd:double;
  dwc:latitude '54.494595'^^xsd:double;
  dwc:startLatitude '54.494595'^^xsd:double;
  dwc:endLatitude '54.494595'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_70'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.492668 11.886066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.492668"^^xsd:decimal ;
  dwc:decimalLongitude "11.886066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_69'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=69'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '6.1011111111111'^^xsd:double;
  dwc:startTimeOfDay '6.1011111111111'^^xsd:double;
  dwc:endTimeOfDay '6.1011111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.886066'^^xsd:double;
  dwc:startLongitude '11.886066'^^xsd:double;
  dwc:endLongitude '11.886066'^^xsd:double;
  dwc:latitude '54.492668'^^xsd:double;
  dwc:startLatitude '54.492668'^^xsd:double;
  dwc:endLatitude '54.492668'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_69'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.491047 11.89635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.491047"^^xsd:decimal ;
  dwc:decimalLongitude "11.89635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_68'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=68'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '6.0425'^^xsd:double;
  dwc:startTimeOfDay '6.0425'^^xsd:double;
  dwc:endTimeOfDay '6.0425'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.89635'^^xsd:double;
  dwc:startLongitude '11.89635'^^xsd:double;
  dwc:endLongitude '11.89635'^^xsd:double;
  dwc:latitude '54.491047'^^xsd:double;
  dwc:startLatitude '54.491047'^^xsd:double;
  dwc:endLatitude '54.491047'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_68'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.486801 11.909749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.486801"^^xsd:decimal ;
  dwc:decimalLongitude "11.909749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_295'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=295'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '193'^^xsd:integer;
  dwc:startJulianDay '193'^^xsd:integer;
  dwc:endJulianDay '193'^^xsd:integer;
  dwc:timeOfDay '2.2669444444444'^^xsd:double;
  dwc:startTimeOfDay '2.2669444444444'^^xsd:double;
  dwc:endTimeOfDay '2.2669444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.909749'^^xsd:double;
  dwc:startLongitude '11.909749'^^xsd:double;
  dwc:endLongitude '11.909749'^^xsd:double;
  dwc:latitude '54.486801'^^xsd:double;
  dwc:startLatitude '54.486801'^^xsd:double;
  dwc:endLatitude '54.486801'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_295'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.48645 11.926217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.48645"^^xsd:decimal ;
  dwc:decimalLongitude "11.926217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_67'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=67'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '5.8711111111111'^^xsd:double;
  dwc:startTimeOfDay '5.8711111111111'^^xsd:double;
  dwc:endTimeOfDay '5.8711111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.926217'^^xsd:double;
  dwc:startLongitude '11.926217'^^xsd:double;
  dwc:endLongitude '11.926217'^^xsd:double;
  dwc:latitude '54.48645'^^xsd:double;
  dwc:startLatitude '54.48645'^^xsd:double;
  dwc:endLatitude '54.48645'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_67'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.484848 11.93745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.484848"^^xsd:decimal ;
  dwc:decimalLongitude "11.93745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_66'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=66'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '5.8069444444444'^^xsd:double;
  dwc:startTimeOfDay '5.8069444444444'^^xsd:double;
  dwc:endTimeOfDay '5.8069444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.93745'^^xsd:double;
  dwc:startLongitude '11.93745'^^xsd:double;
  dwc:endLongitude '11.93745'^^xsd:double;
  dwc:latitude '54.484848'^^xsd:double;
  dwc:startLatitude '54.484848'^^xsd:double;
  dwc:endLatitude '54.484848'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_66'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.479313 11.969935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.479313"^^xsd:decimal ;
  dwc:decimalLongitude "11.969935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_65'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=65'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '5.5644444444444'^^xsd:double;
  dwc:startTimeOfDay '5.5644444444444'^^xsd:double;
  dwc:endTimeOfDay '5.5644444444444'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.969935'^^xsd:double;
  dwc:startLongitude '11.969935'^^xsd:double;
  dwc:endLongitude '11.969935'^^xsd:double;
  dwc:latitude '54.479313'^^xsd:double;
  dwc:startLatitude '54.479313'^^xsd:double;
  dwc:endLatitude '54.479313'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_65'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.478401 11.976467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.478401"^^xsd:decimal ;
  dwc:decimalLongitude "11.976467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_64'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=64'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '5.5275'^^xsd:double;
  dwc:startTimeOfDay '5.5275'^^xsd:double;
  dwc:endTimeOfDay '5.5275'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.976467'^^xsd:double;
  dwc:startLongitude '11.976467'^^xsd:double;
  dwc:endLongitude '11.976467'^^xsd:double;
  dwc:latitude '54.478401'^^xsd:double;
  dwc:startLatitude '54.478401'^^xsd:double;
  dwc:endLatitude '54.478401'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_64'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.329598 11.990299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.329598"^^xsd:decimal ;
  dwc:decimalLongitude "11.990299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_53'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=53'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '1.4808333333333'^^xsd:double;
  dwc:startTimeOfDay '1.4808333333333'^^xsd:double;
  dwc:endTimeOfDay '1.4808333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '11.990299'^^xsd:double;
  dwc:startLongitude '11.990299'^^xsd:double;
  dwc:endLongitude '11.990299'^^xsd:double;
  dwc:latitude '54.329598'^^xsd:double;
  dwc:startLatitude '54.329598'^^xsd:double;
  dwc:endLatitude '54.329598'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_53'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.479183 12.069783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.479183"^^xsd:decimal ;
  dwc:decimalLongitude "12.069783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_234'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=234'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '17.319166666667'^^xsd:double;
  dwc:startTimeOfDay '17.319166666667'^^xsd:double;
  dwc:endTimeOfDay '17.319166666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.069783'^^xsd:double;
  dwc:startLongitude '12.069783'^^xsd:double;
  dwc:endLongitude '12.069783'^^xsd:double;
  dwc:latitude '54.479183'^^xsd:double;
  dwc:startLatitude '54.479183'^^xsd:double;
  dwc:endLatitude '54.479183'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_234'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.47797 12.081183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.47797"^^xsd:decimal ;
  dwc:decimalLongitude "12.081183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_235'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=235'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '17.386666666667'^^xsd:double;
  dwc:startTimeOfDay '17.386666666667'^^xsd:double;
  dwc:endTimeOfDay '17.386666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.081183'^^xsd:double;
  dwc:startLongitude '12.081183'^^xsd:double;
  dwc:endLongitude '12.081183'^^xsd:double;
  dwc:latitude '54.47797'^^xsd:double;
  dwc:startLatitude '54.47797'^^xsd:double;
  dwc:endLatitude '54.47797'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_235'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.57748 12.113168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.57748"^^xsd:decimal ;
  dwc:decimalLongitude "12.113168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_279'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=279'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '190'^^xsd:integer;
  dwc:startJulianDay '190'^^xsd:integer;
  dwc:endJulianDay '190'^^xsd:integer;
  dwc:timeOfDay '10.960833333333'^^xsd:double;
  dwc:startTimeOfDay '10.960833333333'^^xsd:double;
  dwc:endTimeOfDay '10.960833333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.113168'^^xsd:double;
  dwc:startLongitude '12.113168'^^xsd:double;
  dwc:endLongitude '12.113168'^^xsd:double;
  dwc:latitude '54.57748'^^xsd:double;
  dwc:startLatitude '54.57748'^^xsd:double;
  dwc:endLatitude '54.57748'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_279'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.54475 12.122933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.54475"^^xsd:decimal ;
  dwc:decimalLongitude "12.122933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_280'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=280'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '190'^^xsd:integer;
  dwc:startJulianDay '190'^^xsd:integer;
  dwc:endJulianDay '190'^^xsd:integer;
  dwc:timeOfDay '11.358055555556'^^xsd:double;
  dwc:startTimeOfDay '11.358055555556'^^xsd:double;
  dwc:endTimeOfDay '11.358055555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.122933'^^xsd:double;
  dwc:startLongitude '12.122933'^^xsd:double;
  dwc:endLongitude '12.122933'^^xsd:double;
  dwc:latitude '54.54475'^^xsd:double;
  dwc:startLatitude '54.54475'^^xsd:double;
  dwc:endLatitude '54.54475'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_280'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.422802 12.2553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.422802"^^xsd:decimal ;
  dwc:decimalLongitude "12.2553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_54'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=54'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '3.7227777777778'^^xsd:double;
  dwc:startTimeOfDay '3.7227777777778'^^xsd:double;
  dwc:endTimeOfDay '3.7227777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.2553'^^xsd:double;
  dwc:startLongitude '12.2553'^^xsd:double;
  dwc:endLongitude '12.2553'^^xsd:double;
  dwc:latitude '54.422802'^^xsd:double;
  dwc:startLatitude '54.422802'^^xsd:double;
  dwc:endLatitude '54.422802'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_54'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.454769 12.320634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.454769"^^xsd:decimal ;
  dwc:decimalLongitude "12.320634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_63'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=63'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '3.1616666666667'^^xsd:double;
  dwc:startTimeOfDay '3.1616666666667'^^xsd:double;
  dwc:endTimeOfDay '3.1616666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.320634'^^xsd:double;
  dwc:startLongitude '12.320634'^^xsd:double;
  dwc:endLongitude '12.320634'^^xsd:double;
  dwc:latitude '54.454769'^^xsd:double;
  dwc:startLatitude '54.454769'^^xsd:double;
  dwc:endLatitude '54.454769'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_63'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.588535 12.350633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.588535"^^xsd:decimal ;
  dwc:decimalLongitude "12.350633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_278'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=278'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '190'^^xsd:integer;
  dwc:startJulianDay '190'^^xsd:integer;
  dwc:endJulianDay '190'^^xsd:integer;
  dwc:timeOfDay '8.3275'^^xsd:double;
  dwc:startTimeOfDay '8.3275'^^xsd:double;
  dwc:endTimeOfDay '8.3275'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.350633'^^xsd:double;
  dwc:startLongitude '12.350633'^^xsd:double;
  dwc:endLongitude '12.350633'^^xsd:double;
  dwc:latitude '54.588535'^^xsd:double;
  dwc:startLatitude '54.588535'^^xsd:double;
  dwc:endLatitude '54.588535'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_278'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.764568 12.369751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.764568"^^xsd:decimal ;
  dwc:decimalLongitude "12.369751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_296'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=296'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '193'^^xsd:integer;
  dwc:startJulianDay '193'^^xsd:integer;
  dwc:endJulianDay '193'^^xsd:integer;
  dwc:timeOfDay '12.745277777778'^^xsd:double;
  dwc:startTimeOfDay '12.745277777778'^^xsd:double;
  dwc:endTimeOfDay '12.745277777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.369751'^^xsd:double;
  dwc:startLongitude '12.369751'^^xsd:double;
  dwc:endLongitude '12.369751'^^xsd:double;
  dwc:latitude '54.764568'^^xsd:double;
  dwc:startLatitude '54.764568'^^xsd:double;
  dwc:endLatitude '54.764568'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_296'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.71875 12.384299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.71875"^^xsd:decimal ;
  dwc:decimalLongitude "12.384299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_277'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=277'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '190'^^xsd:integer;
  dwc:startJulianDay '190'^^xsd:integer;
  dwc:endJulianDay '190'^^xsd:integer;
  dwc:timeOfDay '6.9958333333333'^^xsd:double;
  dwc:startTimeOfDay '6.9958333333333'^^xsd:double;
  dwc:endTimeOfDay '6.9958333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.384299'^^xsd:double;
  dwc:startLongitude '12.384299'^^xsd:double;
  dwc:endLongitude '12.384299'^^xsd:double;
  dwc:latitude '54.71875'^^xsd:double;
  dwc:startLatitude '54.71875'^^xsd:double;
  dwc:endLatitude '54.71875'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_277'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.524136 12.401766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.524136"^^xsd:decimal ;
  dwc:decimalLongitude "12.401766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_298'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=298'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '10.406388888889'^^xsd:double;
  dwc:startTimeOfDay '10.406388888889'^^xsd:double;
  dwc:endTimeOfDay '10.406388888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.401766'^^xsd:double;
  dwc:startLongitude '12.401766'^^xsd:double;
  dwc:endLongitude '12.401766'^^xsd:double;
  dwc:latitude '54.524136'^^xsd:double;
  dwc:startLatitude '54.524136'^^xsd:double;
  dwc:endLatitude '54.524136'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_298'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.518181 12.449884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.518181"^^xsd:decimal ;
  dwc:decimalLongitude "12.449884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_62'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=62'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '2.2755555555556'^^xsd:double;
  dwc:startTimeOfDay '2.2755555555556'^^xsd:double;
  dwc:endTimeOfDay '2.2755555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.449884'^^xsd:double;
  dwc:startLongitude '12.449884'^^xsd:double;
  dwc:endLongitude '12.449884'^^xsd:double;
  dwc:latitude '54.518181'^^xsd:double;
  dwc:startLatitude '54.518181'^^xsd:double;
  dwc:endLatitude '54.518181'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_62'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.531967 12.471617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.531967"^^xsd:decimal ;
  dwc:decimalLongitude "12.471617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_55'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=55'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '5.56'^^xsd:double;
  dwc:startTimeOfDay '5.56'^^xsd:double;
  dwc:endTimeOfDay '5.56'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.471617'^^xsd:double;
  dwc:startLongitude '12.471617'^^xsd:double;
  dwc:endLongitude '12.471617'^^xsd:double;
  dwc:latitude '54.531967'^^xsd:double;
  dwc:startLatitude '54.531967'^^xsd:double;
  dwc:endLatitude '54.531967'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_55'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.528866 12.503066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.528866"^^xsd:decimal ;
  dwc:decimalLongitude "12.503066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_297'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=297'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:julianDay '215'^^xsd:integer;
  dwc:startJulianDay '215'^^xsd:integer;
  dwc:endJulianDay '215'^^xsd:integer;
  dwc:timeOfDay '9.7688888888889'^^xsd:double;
  dwc:startTimeOfDay '9.7688888888889'^^xsd:double;
  dwc:endTimeOfDay '9.7688888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.503066'^^xsd:double;
  dwc:startLongitude '12.503066'^^xsd:double;
  dwc:endLongitude '12.503066'^^xsd:double;
  dwc:latitude '54.528866'^^xsd:double;
  dwc:startLatitude '54.528866'^^xsd:double;
  dwc:endLatitude '54.528866'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_297'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.573032 12.594132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.573032"^^xsd:decimal ;
  dwc:decimalLongitude "12.594132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_56'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=56'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '6.5761111111111'^^xsd:double;
  dwc:startTimeOfDay '6.5761111111111'^^xsd:double;
  dwc:endTimeOfDay '6.5761111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.594132'^^xsd:double;
  dwc:startLongitude '12.594132'^^xsd:double;
  dwc:endLongitude '12.594132'^^xsd:double;
  dwc:latitude '54.573032'^^xsd:double;
  dwc:startLatitude '54.573032'^^xsd:double;
  dwc:endLatitude '54.573032'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_56'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.606216 12.633366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.606216"^^xsd:decimal ;
  dwc:decimalLongitude "12.633366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_61'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=61'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '260'^^xsd:integer;
  dwc:startJulianDay '260'^^xsd:integer;
  dwc:endJulianDay '260'^^xsd:integer;
  dwc:timeOfDay '1.0383333333333'^^xsd:double;
  dwc:startTimeOfDay '1.0383333333333'^^xsd:double;
  dwc:endTimeOfDay '1.0383333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.633366'^^xsd:double;
  dwc:startLongitude '12.633366'^^xsd:double;
  dwc:endLongitude '12.633366'^^xsd:double;
  dwc:latitude '54.606216'^^xsd:double;
  dwc:startLatitude '54.606216'^^xsd:double;
  dwc:endLatitude '54.606216'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_61'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.586418 12.772416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.586418"^^xsd:decimal ;
  dwc:decimalLongitude "12.772416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_57'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=57'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '7.9255555555556'^^xsd:double;
  dwc:startTimeOfDay '7.9255555555556'^^xsd:double;
  dwc:endTimeOfDay '7.9255555555556'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.772416'^^xsd:double;
  dwc:startLongitude '12.772416'^^xsd:double;
  dwc:endLongitude '12.772416'^^xsd:double;
  dwc:latitude '54.586418'^^xsd:double;
  dwc:startLatitude '54.586418'^^xsd:double;
  dwc:endLatitude '54.586418'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_57'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.586468 12.773366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.586468"^^xsd:decimal ;
  dwc:decimalLongitude "12.773366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_58'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=58'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '7.9302777777778'^^xsd:double;
  dwc:startTimeOfDay '7.9302777777778'^^xsd:double;
  dwc:endTimeOfDay '7.9302777777778'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '12.773366'^^xsd:double;
  dwc:startLongitude '12.773366'^^xsd:double;
  dwc:endLongitude '12.773366'^^xsd:double;
  dwc:latitude '54.586468'^^xsd:double;
  dwc:startLatitude '54.586468'^^xsd:double;
  dwc:endLatitude '54.586468'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_58'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.453629 13.063617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.453629"^^xsd:decimal ;
  dwc:decimalLongitude "13.063617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_59'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=59'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:julianDay '242'^^xsd:integer;
  dwc:startJulianDay '242'^^xsd:integer;
  dwc:endJulianDay '242'^^xsd:integer;
  dwc:timeOfDay '8.8338888888889'^^xsd:double;
  dwc:startTimeOfDay '8.8338888888889'^^xsd:double;
  dwc:endTimeOfDay '8.8338888888889'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '13.063617'^^xsd:double;
  dwc:startLongitude '13.063617'^^xsd:double;
  dwc:endLongitude '13.063617'^^xsd:double;
  dwc:latitude '54.453629'^^xsd:double;
  dwc:startLatitude '54.453629'^^xsd:double;
  dwc:endLatitude '54.453629'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_59'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.020351 14.68785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.020351"^^xsd:decimal ;
  dwc:decimalLongitude "14.68785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_60'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=60'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '255'^^xsd:integer;
  dwc:startJulianDay '255'^^xsd:integer;
  dwc:endJulianDay '255'^^xsd:integer;
  dwc:timeOfDay '14.931111111111'^^xsd:double;
  dwc:startTimeOfDay '14.931111111111'^^xsd:double;
  dwc:endTimeOfDay '14.931111111111'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '14.68785'^^xsd:double;
  dwc:startLongitude '14.68785'^^xsd:double;
  dwc:endLongitude '14.68785'^^xsd:double;
  dwc:latitude '54.020351'^^xsd:double;
  dwc:startLatitude '54.020351'^^xsd:double;
  dwc:endLatitude '54.020351'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_60'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2828__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2828__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2828__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.905918 16.967917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.905918"^^xsd:decimal ;
  dwc:decimalLongitude "16.967917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2828__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2828_> ;
  dwc:basisOfRecord "A" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/A> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-26'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Baltic Porpoise Acoustic Surveys 01-02'^^xsd:string;
  dwc:catalogNumber '343_276'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/datasets/detail/343?row_id=276'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'A'^^xsd:string;
  dwc:identifiedBy 'International Fund for Animal Welfare'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'International Fund for Animal Welfare'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:julianDay '179'^^xsd:integer;
  dwc:startJulianDay '179'^^xsd:integer;
  dwc:endJulianDay '179'^^xsd:integer;
  dwc:timeOfDay '19.5175'^^xsd:double;
  dwc:startTimeOfDay '19.5175'^^xsd:double;
  dwc:endTimeOfDay '19.5175'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '16.967917'^^xsd:double;
  dwc:startLongitude '16.967917'^^xsd:double;
  dwc:endLongitude '16.967917'^^xsd:double;
  dwc:latitude '55.905918'^^xsd:double;
  dwc:startLatitude '55.905918'^^xsd:double;
  dwc:endLatitude '55.905918'^^xsd:double;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:depthRange '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '343_276'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic; boat'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF